View Single Post
Posts: 145 | Thanked: 237 times | Joined on Mar 2010 @ Helsinki
#3
I think it ships with tar and gzip, but like already stated there's no point compressing already compressed files.

The syntax is:

tar -czf archive.tar.gz source files

Extract:

tar -xzf archive.tar.gz