How would I use sed to delete all lines in a text file that contain a specific string?
echo -e "/thing_to_delete\ndd\033:x\n" | vim file_to_edit.txt