Skip to content

Instantly share code, notes, and snippets.

@Werninator
Last active June 28, 2018 08:16
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 Werninator/4df2a83c7c6f8f0c3f1863680b595387 to your computer and use it in GitHub Desktop.
Save Werninator/4df2a83c7c6f8f0c3f1863680b595387 to your computer and use it in GitHub Desktop.
unix: search for string recursively
grep -rnw . -e 'waldo'
find . -name 'waldo.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment