Sunday, 17 November 2013

count lines of code (loc) using terminal


prayag@prayag:/programming//Healthcare/Webservice/src/java/com/eccount/trending/elasticsearch/rest/action/listeners/transaction$ cat *.java | grep '[;{]' | wc -l
724



Reference

No comments:

Post a Comment