Created
June 29, 2017 17:51
-
-
Save ThiagoGarciaAlves/84c88a72887a6530f965a725358a2ba4 to your computer and use it in GitHub Desktop.
Command to get the self ip in linux
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
| hostname -I | awk '{print $1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment