grep -L pattern files :列出不匹配的文件名, grep -w pattern files :只匹配整個單詞,而不是字符串的一部分(如匹配'magic',而不是'magical') ...
確定! 回上一頁