Used to decompress .Z files
uncompress command is used to decompress the ".Z" compressed package generated by the compress command.
uncompress(option)(parameter)
-f: Do not prompt the user and force the target file to be overwritten;
-c: Send the results to standard output, no files are changed;
-r: Recursive operation mode.
File: Specify the ".Z" compressed package to be compressed.
First create a .Z compressed file
compress FileName
Unzip:
uncompress FileName.Z