How to Compress / Archive or Decompress / Unarchive / extract with Gzip, Zip, and Tar
Dec 16th, 2009 | By Steve Soe | Category: How-To, UnixWhen the compressed files are downloaded on unix or linux, their extension are somtimes different like gz, zip, tar, tar.gz. The commands to extract / decompress / unarchive these files are different, so here is the guide:
How to compress /archive files with “zip”
zip -r filename.zip file1 file2 file2
How to decompress / unarchive / extract .zip [...]
