Skip to content

Instantly share code, notes, and snippets.

@Werninator
Last active June 28, 2018 08:16
Show Gist options
  • Select an option

  • Save Werninator/4df2a83c7c6f8f0c3f1863680b595387 to your computer and use it in GitHub Desktop.

Select an option

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