Skip to content

Instantly share code, notes, and snippets.

@mcgarrigle
Created February 25, 2024 17:46
Show Gist options
  • Save mcgarrigle/720eaf60949e00916c5569f4fb26534d to your computer and use it in GitHub Desktop.
Save mcgarrigle/720eaf60949e00916c5569f4fb26534d to your computer and use it in GitHub Desktop.
get the ip address the interface that has the default route
ip route get 1 | awk '{print $(NF-2);exit}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment