tar

Archive files

← All commands

Common Examples

$ tar -czf archive.tar.gz dir/
$ tar -xzf archive.tar.gz
$ tar -tf archive.tar.gz
$ tar -xf archive.tar -C /dest