« Minimal Reproducible »

Home Tags About GitHub

count-lines-in-directory

Published at 2024-01-15
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 softwares-and-toolsunix-cli

https://stackoverflow.com/questions/1358540/how-can-i-count-all-the-lines-of-code-in-a-directory-recursively

On Linux, find . -name '*.php' | wc -l.

Or on Mac or Linux, xxx install cloc, run cloc ..

« Minimal Reproducible »

Powered by Astro