Wednesday, February 2, 2011

3) Get your IP address

Type this simple command at the unix-prompt

ifconfig | grep "inet addr" |  grep -v "127.0.0.1" | awk '{print $2;}' |  awk -F':' '{print $2;}'

No comments:

Post a Comment