Skip to content

Instantly share code, notes, and snippets.

@nstarke
Created February 23, 2016 21:24
Show Gist options
  • Save nstarke/deb5cc4602d893ef80ab to your computer and use it in GitHub Desktop.
Save nstarke/deb5cc4602d893ef80ab to your computer and use it in GitHub Desktop.
regex-search-for-regex
egrep --include "*.cpp" --include "*.c" -r -e "[\^]?(\.\*)|(\[\w+*\-\w+*\])|(\{\d+[\,\d+]?\})[\$]?" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment