tar

$ tar czvf file.tar.gz dir
$ tar xzvf file.tar.gz
$ tar tzvf file.tar.gz

Ommit 'z' to avoid compression (.tar)

Tags linux command

Back