grep 実行時にバイナリを除外する方法
$ grep -I PATTERN FILE
または
$ grep --binary-files=without-match PATTERN FILE
835
edit