Day: April 6, 2008

Grep using Sed

View only lines that contain the word “string” sed -n ‘/string/p’