Answers for "sed remove lines not containing"

6

sed remove line containing

sed '/pattern to match/d' ./infile
Posted by: Guest on December-23-2020

Code answers related to "sed remove lines not containing"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language