Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Created February 8, 2013 05:33
Show Gist options
  • Save olsonjeffery/4736874 to your computer and use it in GitHub Desktop.
Save olsonjeffery/4736874 to your computer and use it in GitHub Desktop.
using find+grep
find . -name '*.cpp' -exec grep '.->malloc' -H -n {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment