grep时提示:Binary file (standard input) matches grep只递归匹配文本文件,不匹配二进制文件中

grep时提示:Binary file (standard input) matches grep只递归匹配文本文件,不匹配二进制文件中的内容 2010年06月04日 星期五 下午 7:09 grep "key" xxx.log时输出 Binary file xxx.log matches 缘由:grep认为这是二进制文件 解决方案:grep -a。 grep -a "key" xxx.logsp
相关文章
相关标签/搜索