If you want to find something which doesn't match a given pattern, grep allows doing just that with -v flag. $ grep -v [pattern] [file].
確定! 回上一頁