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
|
admin |
Bash |
2012.07.01 17:51:06 | |
Recursive grep:
Find open port and forse close:Find: Kill: Tags: bash | sh | ksh | linux | unix | grep | port
|