Simple Icons contributors / Simple Icons — CC0 1.0
Count lines with find and xargs wc -l on *.php, and grep cpp|c for C and C++.
Count lines with find and xargs wc -l on *.php, and grep cpp|c for C and C++.
find . -name '*.php' | xargs wc -lGrep cpp|c.
Updated:
2026 Aug 19


