| Filename |
initial file size size |
size after using gzip |
% reduction with gzip |
size after using compress |
% reduction with compress |
size after using bzip2 |
% reduction with bzip2 |
| gpl.txt |
18009 |
6858 |
62% |
||||
| image.jpg |
|||||||
| lgpl.txt |
8339 |
68% |
|||||
| logo.gif |
8558 |
||||||
| Total |
64226 |
35433 |
45% |
| Backup |
File size in bytes |
| mybackup.tar |
|
| mybackup.tar.gz |
|
| mybackup.tar.Z |
|
| mybacup.tar.bz2 |
|
| mybaxkup.zip |
| # ecd - easy cd function (or enhanced cd function) ecd () { cd $1 echo "Your New Directory is `pwd` " echo "Here are the files this directory contains, numbered in order" ls | nl echo "I hope you are having a nice `date +'%A'`" } |