Return to Snippet

Revision: 49642
at July 27, 2011 06:50 by beaknit


Initial Code
ifconfig eth0 | grep "inet " | awk '{print $2}' | awk -F : '{print $2}'

Initial URL


Initial Description


Initial Title
Grep & Awk out the System IP

Initial Tags
Bash

Initial Language
Bash