Multiple choice Which command is used for file compression in unix? gzip gunzip zcat all of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation The gzip, gunzip and zcat are used for compressing and expanding the files in unix. For example: gzip myflie. compress is used to compress the files in unix.