Skip to content

Instantly share code, notes, and snippets.

@rcaldwel
Created July 19, 2012 12:57
Show Gist options
  • Save rcaldwel/3143631 to your computer and use it in GitHub Desktop.
Save rcaldwel/3143631 to your computer and use it in GitHub Desktop.
unix: awk: awk getline example
dig unix.stackexchange.com | awk '/^;; ANSWER SECTION:$/ { getline ; print $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment