Skip to content

Instantly share code, notes, and snippets.

@beatak
Created October 6, 2011 19:49
Show Gist options
  • Save beatak/1268453 to your computer and use it in GitHub Desktop.
Save beatak/1268453 to your computer and use it in GitHub Desktop.
two search term combination with using ack.
ack SEARCH_TERM -u web tags | cut -d ':' -f1 | sort -u | xargs cat | grep ANOTHER_SEARCH_TERM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment