Archive for April 6th, 2008

Grep using Sed

View only lines that contain the word “string”


sed -n '/string/p'