Skip to content

Instantly share code, notes, and snippets.

@jld
Created July 23, 2020 00:13
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 jld/21b344d0d35cd4c8ac8a782b254d180a to your computer and use it in GitHub Desktop.
Save jld/21b344d0d35cd4c8ac8a782b254d180a to your computer and use it in GitHub Desktop.
egrep -c '\.(cpp|cc|c) ' $(fgrep -l 'ProtocolUtils.h' **/.deps/*.o.pp) | cut -d: -f2 | awk '$1>=1{t+=$1-1}END{print t}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment