grep精确查找

精确查找只包含“a”的行

grep -w "a" 1.txt

精确排除查找只包含“a”的行

grep -wv "a" 1.txt

 

posted @ 2020-04-26 19:33  豆浆D  阅读(1605)  评论(0编辑  收藏  举报