Grep using Sed

Tagged with: , , , ,

View only lines that contain the word “string”


sed -n '/string/p'

Leave a Reply