Skip to content

Instantly share code, notes, and snippets.

@cyberwombat
Created October 18, 2017 19:25
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 cyberwombat/2d5c3850708eadeef2dc2df7146d2fc7 to your computer and use it in GitHub Desktop.
Save cyberwombat/2d5c3850708eadeef2dc2df7146d2fc7 to your computer and use it in GitHub Desktop.
Find
// Find all files which contain 'blah' from current dir
find . -type 'f' -exec grep -H 'blah' {}\;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment