您的位置:首页 > 运维架构 > Linux

linux下grep的时候报Binary file stdout.log matches解决方法

2016-12-23 09:50 996 查看
linux下grep的时候报Binary file stdout.log matches解决方法

异常:Binary file a.log matches

原因:grep认为a.log是二进制文件

解决方法:grep -a "xxx" a.log
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  二进制 linux 异常
相关文章推荐