Untar file

linux

The format likes Linux copy local file to remote scp . - tar xzf file.tar.gz - tar xjf file.tar.bz2 - tar xf file.tar - tar xvf file.tar -C /var/tmp - to uncompress tar file to another directory

Tar a file

Related