摘要: grep:Binary file (standard input) matches 分类: 计算机基础 2009-06-23 09:09 1473人阅读 评论(0) 收藏 举报grep "key" xxx.log时输出Binary file xxx.log matches百度了一下:grep认为这是二进制文件,解决方案:grep -a。grep -a "key" xxx.log 阅读全文
posted @ 2012-04-09 15:27 SophiaTang 阅读(542) 评论(0) 推荐(0)