Search code examples
netbeanscountlines-of-code

Count total number of lines in Netbeans


Is there any way to count the total number of lines inside a php project?


Solution

  • In Linux you have the wonderful 'wc' command:

    wc -l yourfile.txt