grep命令提示"binary file matches **.log"解决方法
Posted amyzhu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了grep命令提示"binary file matches **.log"解决方法相关的知识,希望对你有一定的参考价值。
仔细想想,这个问题遇到很多次了,之前一直以为很复杂,一搜索发现解决这么简单,记录一下做备忘。
grep test XXX.log
Binary file app.log matches
此时使用-a
参数接口。
grep -a test XXX.log
- -a, --text equivalent to --binary-files=text,即让二进制文件等价于文本。
注:zgrep遇到同样问题,解决方法也是类似。
以上是关于grep命令提示"binary file matches **.log"解决方法的主要内容,如果未能解决你的问题,请参考以下文章
grep的时候Binary file matches 怎么解决
在linux上使用less命令查看文件的时候,服务器会提示如下:"catalina.out" may be a binary file. See it anyway?
grep报Binary file standard input matches
grep报Binary file standard input matches