coolcommand: truss - how to trace system calls and signals in Sun Solaris
Example: truss -p 1234
[show me the details]
coolcommand: touch - how to change the access and modification times of a file
Example: touch -t 20031225112535 /etc/motd
[show me the details]
coolcommand: how to test if an integer variable is less than another integer variable in a shell script
Example: test $int1 -lt $int2; [ $int1 -lt $int2 ]
[show me the details]
coolcommand: swapinfo - to get swap space information in HP/UX
Example: swapinfo
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts