I know the directory where the files I want to delete are stored. I know the files all look like "msqupd.log.somenumber", I have tried a few things to pass the directory to unlink without success. The directory does have a space in it (I am not sure if that matters).
I have had success with a more verbose "open directory, grep files, close directory, unlink files" but I was trying to be more concise (and learn 'unlink' in the process). Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
