Monday, December 12 2005: Fun with BASH, fuck yeah!
BASH, much like unicorns, is pretty kick ass (yes, more kick ass than the NT command line).
luser@EDDIE ~
$ myip=$(lynx -source http://whatismyip.com | grep -i "<title>" | awk '{print $4}')
BASH, much like unicorns, is pretty kick ass (yes, more kick ass than the NT command line).
luser@EDDIE ~
$ myip=$(lynx -source http://whatismyip.com | grep -i "<title>" | awk '{print $4}')