Skip to content

Instantly share code, notes, and snippets.

@alexaivars
Created February 7, 2022 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexaivars/eadf070ef4bd4eb2970ddfcb6f43053a to your computer and use it in GitHub Desktop.
Save alexaivars/eadf070ef4bd4eb2970ddfcb6f43053a to your computer and use it in GitHub Desktop.
echo $(ifconfig | grep -E "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -v 127.0.0.1 | awk '{ print $2 }' | cut -f2 -d: | head -n1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment