I'm trying to parse a BackupExec log file to simplify it down to just the system name and the amount backed up. I can grep out the needed lines, but the file also has the "verify" lines as well, which I don't need to see. How can I use awk (or something else) to print out everything that it reads until it reaches the phrase "Job Operation - Verify", then exit or just ignore the rest of the log file.
thanks for any help!
Scott
saw@ternion.com
thanks for any help!
Scott
saw@ternion.com