One of those things that must be easy, but I haven’t been able to figure out how:
Given a set of files (specified in a Multi-File search dialog box), I want to find all the files that do NOT contain a string matching a grep pattern (specifically, a line beginning with the string “DecisionDate:"). The best idea I’ve got is to do a multi-file search for a grep pattern (?s)\A<something>\Z, where <something> describes a string that does not contain the pattern ^DecisionDate:. Only, I can’t think of any pattern that does that. This is a one-shot problem, so I’d be perfectly happy with a command line solution (maybe using the find utility?). Does anyone have any suggestions? Thanks, Neil Faiman -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/D9ACD8E4-1D4E-4CDA-9401-B15F5C056DD7%40faiman.org.
