I'm looking to use sed to delete all of the initial lines in a file that match a set of patterns. But, once none of the patterns are matched, the rest of the file should be passed through unmodified. to delete all of the ini
I'm looking to use sed to delete all of the initial lines in a file that match a set of patterns. But, once none of the patterns are matched, the rest of the file should be passed through unmodified. to delete all of the ini