Skip to content

Instantly share code, notes, and snippets.

@mijndert
Created February 25, 2020 14:01
Show Gist options
  • Select an option

  • Save mijndert/117adda74d54d54dc5f023c7268bd96b to your computer and use it in GitHub Desktop.

Select an option

Save mijndert/117adda74d54d54dc5f023c7268bd96b to your computer and use it in GitHub Desktop.
ip route list | grep default | grep -E 'dev (\w+)' -o | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment