linux: unpack tar acrhive
tar.bz2
tar xjfv upload.tar.bz2
tar.gz
tar xzfv file.tar.gz
v - verbose
Exclude directories
tar xjfv upload.tar.bz2 --exclude=static_files/upload/mango.fastorder
Last updated
Was this helpful?
tar.bz2
tar xjfv upload.tar.bz2
tar.gz
tar xzfv file.tar.gz
v - verbose
tar xjfv upload.tar.bz2 --exclude=static_files/upload/mango.fastorder
Last updated
Was this helpful?