User Tools

Site Tools


code:shell:count-code-line

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/pages/code/shell/count-code-line.txt · Last modified: 2016/05/05 13:07 by 127.0.0.1