Showing posts with label Unix File Compression Command. Show all posts
Showing posts with label Unix File Compression Command. Show all posts

Unix File Compression Command

Unix File Compression Command

Command                     Description

compress filename            Compressed filename
                             (filename will be replaced
                              by filename.Z(it will add .Z extension)
                              
uncompress filename          Expand filename.Z into its original
                             size and remove .Z extension
                             (Reverse of compress command)
                             
gunzip filename.gz           Expand filename.gz into its original size