Wednesday, December 22, 2010

count lines of code


( find ./ -name '*.php' -print0 | xargs -0 cat ) | wc -l
thanks to http://stackoverflow.com/questions/1358540/how-to-count-all-the-lines-of-code-in-a-directory-recursively/1359246#1359246

No comments:

Post a Comment