coolcommand: how to add files/folders to zip
Example: java/bin/jar -uMf archive.zip 'file/folder'
[show me the details]
coolcommand: general steps to install new perl cpan modules
Example: perl -MCPAN -e shell
[show me the details]
coolcommand: iostat - get hardware configuration in Sun Solaris
Example: iostat -En
[show me the details]
coolcommand: how to create a tar archive that splits itself on the fly
Example: tar -cz MyBigDir | split -d -b 650000000 - tarpart; cat tarpart* | tar -xz
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts