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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -