Created
February 18, 2013 17:44
-
-
Save ptasker/4979155 to your computer and use it in GitHub Desktop.
POSIX commands that are helpful
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
| Get IP add of server Ubuntu 12.04 - ifconfig eth0 | grep inet | awk '{ print $2 }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment