Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Last active December 17, 2015 10:19
Show Gist options
  • Save omar-yassin/5593702 to your computer and use it in GitHub Desktop.
Save omar-yassin/5593702 to your computer and use it in GitHub Desktop.
Grep/Search by column and return results via AWK.
cat some.file | awk '$11 == "504" || $11 == "500"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment