coolcommand: how to get information on the usage of devices in Sybase
Example: select phyname from sysdevices where name="devname"...
[show me the details]
coolcommand: how to extract the directory from a fully qualified file name
Example: FILE=/full/path/to/the/file; echo ${FILE%/*}
[show me the details]
coolcommand: how to detach a network device and update the ODM in IBM AIX
Example: chdev -l en0 -a state='detach'
[show me the details]
coolcommand: how to select a database in Sybase
Example: isql -U sa password; use master; go
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts