Skip to content

Instantly share code, notes, and snippets.

@mwatts272
Created October 10, 2013 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwatts272/6921353 to your computer and use it in GitHub Desktop.
Save mwatts272/6921353 to your computer and use it in GitHub Desktop.
Obtain the IP Address from a domain name.
host mwatts.it | head -1 | awk '{print $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment