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 |
Notepad++ and KSH |
2012.07.03 09:32:05 | |
Unfortunately Notepad++ does not support highlights for KSH file. But we can use a trick. Trick is change only one configuration file. Change line: to: Hits: 9447 | Read more... |