grep出现错误Binary file (standard input) matches 一个很普通的grep在处理一个文本文件的时候,报错: Binary file (standard input) matches 原因未知,解决版本是加入-a (–text)选项。