Skip to content

Instantly share code, notes, and snippets.

@drrost
Created September 20, 2020 21:16
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