in reply to Re^3: How to monitor/look for output?
in thread How to monitor/look for output?
Basically, the output that I would be looking for that returns from the other commands is:
XX files copied (where XX is a number)
Restored successfully
If I run the commands in backticks, and have that placed in an array, like @output = `command`, would it then be best to do a foreach loop to look for that output?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to monitor/look for output?
by kennethk (Abbot) on Jun 04, 2009 at 15:21 UTC |