Skip to content

Instantly share code, notes, and snippets.

@nevans
Created March 24, 2010 00:20
Show Gist options
  • Save nevans/341840 to your computer and use it in GitHub Desktop.
Save nevans/341840 to your computer and use it in GitHub Desktop.
ip addr show |
grep 'inet' |
awk '{ print $2 }' |
awk -F / '{ print $1 }' |
sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment