Binary file xxx.log matches
解决方案 grep认为这是二进制文件,解决方案:grep -a。
grep -a "key" xxx.log
grep:Binary file (standard input) matches
原文:http://www.cnblogs.com/fengyefeiluo/p/5038846.html