Tar

From HostThyself

Jump to: navigation, search

tar is a system command on unix system for compressing files.

[edit] Common usages

Create a bzip2 tar file

tar -cjf example.tar.bz2 folder

Uncompress

tar -xjf example.tar.bz2
Personal tools