Skip to content

Instantly share code, notes, and snippets.

@mwinters0
Created October 27, 2017 15:52
Show Gist options
  • Save mwinters0/8224c986e294979d8c6212fe853d65d0 to your computer and use it in GitHub Desktop.
Save mwinters0/8224c986e294979d8c6212fe853d65d0 to your computer and use it in GitHub Desktop.
#!/bin/bash
ifconfig | grep -E 'inet |inet addr' | awk '{print $2}' | cut -d ':' -f 2 | grep -E '^(192\.168|10\.|172\.1[6789]\.|172\.2[0-9]\.|172\.3[01]\.)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment