I have a script which parses large files -- 800+ lines full of content. Here is the line I use to grep the pattern out:
where NUM is an incrementing #, PATTERN is the matching string, and FILE is the file being read. This line is in a do..until.
will output to the error log. The line is still parsed correctly -- but these error logs are annoying and I'd really like to know whats causing them. Thanks in advance!