$ gzip linux.txt
To uncompress a *.gz file:
$ gzip -d linux.txt.gz
Display compression ratio of the compressed file using gzip -l
$ gzip -l *.gz
compressed uncompressed ratio uncompressed_name
23709 97975 75.8% asp-patch-rpms.txt
gzip Linux Command Examples
No comments:
Post a Comment