码迷,mamicode.com
首页 > 其他好文 > 详细

grep命令提示"binary file matches **.log"解决方法

时间:2019-07-09 22:30:58      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:提示   解决方法   code   方法   mat   文件   app   gre   val   

仔细想想,这个问题遇到很多次了,之前一直以为很复杂,一搜索发现解决这么简单,记录一下做备忘。

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"解决方法

标签:提示   解决方法   code   方法   mat   文件   app   gre   val   

原文地址:https://www.cnblogs.com/amyzhu/p/11160736.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!