Lines of code

Count lines with find and xargs wc -l on *.php, and grep cpp|c for C and C++.

Simple Icons contributors / Simple IconsCC0 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 -l

Grep cpp|c.

Updated: 2026 Aug 19