Example of compress / uncompress Command
Example 1 : Compress the file name zenith and print compression information to the terminal
compress -v zenith
Example 2 : Undo the compression by typing either of following commands
uncompress zenith.Z
compress -d zenith.Z