I'd like to match a list of newline-separated regular expressions against another file, in order (that is, regex1 must be matched before matching regex2), and succeed iff all regular expressions are matched. This needs to be done in awk because I don't have convenient access to python and perl on said platform.I'd like to match a list of newline-separated r