 |
Getting this error message 'LRM-00112: multiple values not allowed for parameter 'log' - Toolbox for
Duh... just read the subject line, Greg!! Here's where your error is coming from for logfile in "${logfile}" You can't have a loop on a variable within that same variable. Try something like for file in "${logfile}" and change all subsequent references to
unix.ittoolbox.com |
 |