Skip to content

Instantly share code, notes, and snippets.

@0xlitf
Created December 3, 2015 08:56
Show Gist options
  • Save 0xlitf/571216ed09170e6a7e37 to your computer and use it in GitHub Desktop.
Save 0xlitf/571216ed09170e6a7e37 to your computer and use it in GitHub Desktop.
Bash
find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment