>>> On Thu, Sep 6, 2007 at 4:53 PM, in message <[EMAIL PROTECTED]>, James Melin <[EMAIL PROTECTED]> wrote: -snip- > raw_list=`ls /clamscan/servers` #read list of mountpoints -snip- > But even though the display of 'cooked_list' seems to be what I want it to > be, this never returns a match. > Anyone see where I missed the turnip truck on this?
I'm guessing that if you subsitute /bin/ls instead of just "ls" (and change the whole thing to $(/bin/ls /clamscan/servers) to satisfy Adam) that thing will work better. I think you're likely getting trailing "/"es on the end of the names, but that's not how you're passing in target_system. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
