Skip to content

Instantly share code, notes, and snippets.

@drrost
Created September 20, 2020 21:16
Show Gist options
  • Save drrost/6fabb789b5679910f39cbf12049d1a34 to your computer and use it in GitHub Desktop.
Save drrost/6fabb789b5679910f39cbf12049d1a34 to your computer and use it in GitHub Desktop.
Searches for text in a directory recursively
cat $(find . -type f) | grep memcpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment