~/bin$ cat getip
ifconfig | grep 'inet addr' | grep -v 127.0.0.1 | cut -d':' -f 2 | sed 's/[^0-9.]//g'
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2015-08-13 12:45:24
Processing time 0.0047 sec