grep "XXXXX" test.file 返回Binary file matches

解决办法加-a
 grep -a "XXXXX"   xxxx.file

  

posted @ 2024-02-19 23:20  lucky_tomato  阅读(11)  评论(0)    收藏  举报