Linux下使用grep 進行全匹配匹配

grep 精確匹配web 若是是有進程名爲abcd, abcde,abc等有包含」abc」字符的bash 模糊匹配 $ grep "abc" # 結果爲abcd, abcde, abc等 全匹配 $ grep -w "abc" # 結果爲abc
相關文章
相關標籤/搜索