| Developer's Daily | Unix by Example |
| main | java | perl | unix | DevDirectory |
| Command | compress |
| Description | The
"compress" command is used to compress
files. It's function is similar to PkZIP in the
DOS/Windows world. Notes: The compressed file replaces the original file, and a new filename is created by adding a ".Z" extension to the original filename. (See the examples below.) |
| Examples | compress
/tmp/myfiles.tar
compress -v /tmp/myfiles.tar
|