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-tools
unix-cli
On Linux, find . -name '*.php' | wc -l
.
Or on Mac or Linux, xxx install cloc
, run cloc .
.
Published at 2024-01-15
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
unix-cli
On Linux, find . -name '*.php' | wc -l
.
Or on Mac or Linux, xxx install cloc
, run cloc .
.