Skip to content

Instantly share code, notes, and snippets.

@TravisMullen
Created December 12, 2017 00:32
Show Gist options
  • Save TravisMullen/d7f299e55a211a8b292d206dfe2fe336 to your computer and use it in GitHub Desktop.
Save TravisMullen/d7f299e55a211a8b292d206dfe2fe336 to your computer and use it in GitHub Desktop.
#!/bin/bash
ifconfig en0 inet | grep -E -o "(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)" | sed -n 1p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment