gzip
to make a tar ball (.tar.gz
).
$ tar -czvf compress.tar.gz /path/to/compress
Remove files while being archived:
tar -czf compressed.tar.gz --remove-files path/to/compress
$ tar -xzvf compress.tar.gz