Created
March 25, 2015 17:52
-
-
Save rmccullagh/24dceeaf8f51cf418978 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ifconfig eth0 | grep -P '[0-9].[0-9].[0-9].[0-9]$' | awk '{ print $2 }' | awk '{split($0,a,":"); print a[2]}' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
get the ip address of eth0