Answers for "remove line with pattern"

-2

remove line with pattern

Use d option at the end of sed command string for deleting line of matches.
sed -i "" "s/matching_pattern/d" file.txt
Posted by: Guest on October-24-2020

Code answers related to "remove line with pattern"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language