= 2010-08-13 = * [http://www.cyberciti.biz/tips/read-unixlinux-system-ip-address-in-a-shell-script.html Read UNIX/Linux system IP address in a shell script] {{{ ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}' }}}