Grep using Sed
Tagged with: command, grep, Linux, search, sed
View only lines that contain the word “string”
sed -n '/string/p'
View only lines that contain the word “string”
sed -n '/string/p'
This entry was posted on Sunday, April 6th, 2008 at 11:32 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.