Created
July 23, 2020 00:13
-
-
Save jld/21b344d0d35cd4c8ac8a782b254d180a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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