我是sed
的新手,我有以下問題。在這個例子中:sed刪除行不包含特定字符串
some text here
blah blah 123
another new line
some other text as well
another line
我要刪除除包含任何字符串「文本」 和或字符串「嗒嗒」的所有行,所以我的輸出文件看起來像這樣:
some text here
blah blah 123
some other text as well
任何提示如何使用sed
來完成?
必由之路答案用sed? grep會很容易地做到這一點。 – Tim 2012-03-02 23:48:06