torsdag 20 september 2012

shell: how to get number of code lines

find . -regex ".+\.java$" -exec cat {} + | grep -c '[;{]'