How to delete from a text file, all lines that contain a specific string?
Asked 07 September, 2021
Viewed 1.4K times
  • 53
Votes

How would I use sed to delete all lines in a text file that contain a specific string?

19 Answer