Quote:
|
Originally Posted by jacoden
Try this out... This will not show any lines containing the specified word.
Code:
sed '/filesystem/d' filename
grep 'filesystem' filename
|
user wants to exclude lines with "filesystem", so the grep should have -v? anyway, i noticed this thread was started weeks ago.