Skip to content

Instantly share code, notes, and snippets.

@isterin
Last active January 12, 2016 23:48
Show Gist options
  • Save isterin/d2baedbd80279e3584f0 to your computer and use it in GitHub Desktop.
Save isterin/d2baedbd80279e3584f0 to your computer and use it in GitHub Desktop.
Interfaces are eating the world
find . -name "*.txt" | xargs egrep -il "last\\s+report" | xargs egrep -il "From:\s+Tom"
find . -name "*.txt" | xargs egrep -il "last\\s+report" | xargs egrep -il "From:\s+Tom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment