grep的时候Binary file (standard input) matches 怎么解决?
生活随笔
收集整理的這篇文章主要介紹了
grep的时候Binary file (standard input) matches 怎么解决?
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
From: http://blog.csdn.net/iori97king/article/details/5917824
操作
grep "xxx" a.log
結果
Binary file a.log matches
原因:grep認為a.log是二進制文件
?
解決方法:
grep -a "xxx" a.log
?
可以看看grep -a參數的功能
[appadmin@test3 ~/tmp]$ grep --help |grep '/-a'
-a, --text??????????????? equivalent to --binary-files=text
二進制文件等價于文本文件
總結
以上是生活随笔為你收集整理的grep的时候Binary file (standard input) matches 怎么解决?的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C#实现汉字转拼音
- 下一篇: 代码签名工具有哪些?好用的数字签名工具推