Skip to content

Instantly share code, notes, and snippets.

@mcallari
Created July 7, 2015 19:44
Show Gist options
  • Save mcallari/300b0187ea79971f60ce to your computer and use it in GitHub Desktop.
Save mcallari/300b0187ea79971f60ce to your computer and use it in GitHub Desktop.
Find text in files on Linux
grep -rnw 'dir' -e 'string'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment