Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 02Tea/34c8286f39862d0b2c2c5938fab183e2 to your computer and use it in GitHub Desktop.
Save 02Tea/34c8286f39862d0b2c2c5938fab183e2 to your computer and use it in GitHub Desktop.
[Multifile search from root folder using grep] #grep #bash #shell
grep -R 'class="close-btn"' .
# limiting searches to files with a specific extension
grep '.ad' **/*.css
# grepping inside vim
:grep -F '.ad' **/*.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment