Open xvno opened 4 years ago
find . -name "*.c" -or -name "*.h" | xargs grep -v "^$" | wc -l
brew install cloc cloc . --exclude-dir=node_modules
Refs