Skip to content

Instantly share code, notes, and snippets.

@shi-yan
Created January 19, 2018 22:00
Show Gist options
  • Save shi-yan/47b12f02e68c8d3d4ca7861ef4778cc0 to your computer and use it in GitHub Desktop.
Save shi-yan/47b12f02e68c8d3d4ca7861ef4778cc0 to your computer and use it in GitHub Desktop.
count loc
wc `find . -type f \( -name "*.h" -o -name "*.cpp" -o -name "*.c" -o -name "*.hpp" -o -name "*.cc" \)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment