coolcommand: how to delete all arp entries in Linux
Example: for i in $(sed '1d' /proc/net/arp | awk '{print $1 }'); do arp -d $i; done
[show me the details]
coolcommand: curl - tool to transfer data to and from a server using http, https, ftp, telnet, ldap, gopher, file
Example: curl http://www.domain.com
[show me the details]
coolcommand: how to edit the SUMA global configuration setting in AIX 5L
Example: suma -c -a MAXLOGSIZE_MB=2
[show me the details]
coolcommand: how to sort a hosts file by ip address
Example: ypcat hosts | sort -n -t. +0 -1 +1 -2 +2 -3 +3 -4
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts