Skip to content

Instantly share code, notes, and snippets.

@LemonPi
Created March 30, 2017 16:21
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 LemonPi/863bc65d0821aa062931424acd6f4627 to your computer and use it in GitHub Desktop.
Save LemonPi/863bc65d0821aa062931424acd6f4627 to your computer and use it in GitHub Desktop.
Search recursively for patterns in C++ source files
#!/bin/bash
grep -rn --color=always --include=\*.{cpp,hpp,c,h} $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment