2013-11-01 ディレクトリ配下にあるJavaソースファイルの行数を求めるコマンド find . | grep '\.java$' | awk '{system("wc -l "$1)}' 参考 linuxでディレクトリ容量を計算する方法