Answers for "sed remove line with pattern from terminal"

6

sed remove line containing

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language