Skip to content

Instantly share code, notes, and snippets.

@skhaz
Created October 9, 2013 17:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Word count
cat *.cpp *.h | cpp -fpreprocessed | sed 's/[_a-zA-Z0-9][_a-zA-Z0-9]*/x/g' | wc -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment