Skip to content

Instantly share code, notes, and snippets.

@omarjcero
Created August 3, 2021 15:14
Show Gist options
  • Save omarjcero/f2ee79404862384edf18174146325fb0 to your computer and use it in GitHub Desktop.
Save omarjcero/f2ee79404862384edf18174146325fb0 to your computer and use it in GitHub Desktop.
Linux command I use to find what file contains a key word
grep -E "some_key_word" --include=*.py -rnwi '/srv/code/' -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment