2009-06-24 wc unixコマンド 知らなかった wc -c も字数 wc -l 行数 grep -i 'hoge' hoge.1 | grep -c 200 を grep -i 'hoge' hoge.1 | grep -i 200 | wc -l とも書ける