Ian Kilty's Website

tar

Make a tar file and compress with gunzip

tar -czvf <file>.tar.gz <file>

Extract a tar file and decompress with gunzip

tar -xzvf <file>.tar.gz