User Tools

Site Tools


code:shell:count-code-line

This is an old revision of the document!


Use one command line to statistic the line of the code

/cygdrive/c/cygwin/bin/find ./ -iname "*.java" -exec cat {} +|grep -E -v "^$|import"|wc -l
/var/www/dokuwiki/wiki/data/attic/code/shell/count-code-line.1373619378.txt.gz · Last modified: 2016/05/05 13:06 (external edit)