grep:Binary file (standard input) matches

 

grep "key" xxx.log时输出

Binary file xxx.log matches

百度了一下:grep认为这是二进制文件,解决方案:grep -a。

grep -a "key" xxx.log

posted @ 2017-11-01 14:23  feiyun8616  阅读(929)  评论(0编辑  收藏  举报