count lines in a PHP project -
Do you know any tools that can count all the code lines from the PHP project?
Code> wc -l` Find -name "* .php" `
All files in these directories will also be counted in the current directory and subdirectories. (Note that those single 'quotes' are backtracks, not actual single quotes)
Comments
Post a Comment