Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created June 21, 2022 09:41
Show Gist options
  • Save vladdancer/dedbdf5f138085aa30823e71cb708fd8 to your computer and use it in GitHub Desktop.
Save vladdancer/dedbdf5f138085aa30823e71cb708fd8 to your computer and use it in GitHub Desktop.
Find/search file by text
# https://stackoverflow.com/questions/1987926/how-do-i-recursively-grep-all-directories-and-subdirectories
grep --include="*.ext" -nRHI "text" ~/projects/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment