Skip to content

Instantly share code, notes, and snippets.

@pcmantz
Created July 17, 2009 16:34
Show Gist options
  • Save pcmantz/149149 to your computer and use it in GitHub Desktop.
Save pcmantz/149149 to your computer and use it in GitHub Desktop.
find . -name "*er.c" -print -print -print -exec bash -c 'grep -h "log_add" "{}" | sed "s/^[ \t]*//" | sort | uniq ' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment