I would like to search for a series of patterns, e.g. "error" "failed" etc
in a set of log files and display the matching lines from the log files
along with the log file name.
The pattern matching is easy enough, I'm just not sure about writing it to a
hash and then extracting one key and several
From: Anthony English <[EMAIL PROTECTED]>
> I would like to search for a series of patterns, e.g. "error" "failed"
> etc in a set of log files and display the matching lines from the log
> files along with the log file name.
I don't know how do your log files look, but it might be good to look
no