admin |
Command to Compress/Uncompress tar.gz and tar.bz2 files |
2012.08.22 08:53:39 | |
Compress folder Test/ to Test.tar.gzczfv = ‘Compress Zip File Verbose’ Uncompress Test.tar.gz to folder Test/x = ‘eXtract’ Again, if you want bzip files, use ‘j’ instead of ‘z’. Tags: bash | sh | ksh | linux | unix | tar | gz | bz
|