Skip to content

Instantly share code, notes, and snippets.

@xemoe
Created June 29, 2015 15:43
Show Gist options
  • Save xemoe/5f76be05cbf9e98318b5 to your computer and use it in GitHub Desktop.
Save xemoe/5f76be05cbf9e98318b5 to your computer and use it in GitHub Desktop.
Get physical network interface
find /sys/class/net -type l|xargs readlink -f|grep -v virtual|xargs -n1 -d '\n' basename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment