Skip to content

Instantly share code, notes, and snippets.

@proxium
Created September 7, 2015 16:36
Show Gist options
  • Save proxium/b8bbb80e67c46e6bac95 to your computer and use it in GitHub Desktop.
Save proxium/b8bbb80e67c46e6bac95 to your computer and use it in GitHub Desktop.
# search recursively showing filename and line
grep -Hrn --exclude-dir=.git 'search term' path/to/files
# with support color
grep -Hrn search . | less -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment