How to Compress Files on AIX

Compressing files you don't use on a regular basis saves hard-drive space. Windows users regularly compress files using a zip utility. AIX includes the Compress program to compress files for later use. The program saves a compressed version of the file and then deletes the original version. Compression works best with files that include text or repetitive data. Compressed image and video formats, such as JPG or MP4, won't compress well, because compression is already built into those formats.

Instructions

    • 1

      Right-click on the desktop to open the "CDE" menu and click "Terminal." Type "cd /pathtofiles" and press "Enter." Replace "/pathtofiles" with the location of the files you want to compress.

    • 2

      Type "compress -v file1 file2" to compress the files. Specify more than one file by separating file names with a space.

    • 3

      Wait for the Compress program to finish. Close the "Terminal" program.

Tips & Warnings

  • Restore files using the "uncompress" command. Type "uncompress file.Z" and replace "file.Z" with the file or files you need to restore.

Related Searches:

References

Comments

You May Also Like

  • How to Unzip a Zip File in AIX

    Advanced Interactive eXecutive (shorted to simply "AIX") is an operating system designed by IBM and used across multiple types of platforms, usually...

  • How to Unzip Files in AIX

    Developed and sold by IBM, Advanced Interactive Executive (AIX) is a closed-source, Unix-based operating system used primarily by businesses, government agencies and...

  • How to Extract a Zip File in AIX

    AIX is a Unix operating system owned and maintained by IBM. AIX doesn't include tools to extract a zip file in the...

  • How to Compress Files in Unix

    The Unix operating system has multiple commands for file compression. Three of the commands are "compress," "pack" and "gzip." The "compress" and...

  • How to Unzip an AIX

    AIX files are created by the Hewlett-Packard NewWave Cardfile application. They contain data related to the software and can be zipped up...

Related Ads

Featured