Re: Process Directory and subdirectories Recursively

2008-01-29 Thread Mimi Cafe
Hi Sean, Find::File did the magic for me. Thanks Mimi On Mon, 2008-01-28 at 08:20 -0500, Sean Davis wrote: > On Jan 28, 2008 6:56 AM, Mimi Cafe <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am trying to process a directory and all subdirectory recursively and > > generate a list as the Unix comm

Re: Process Directory and subdirectories Recursively

2008-01-28 Thread Sean Davis
On Jan 28, 2008 6:56 AM, Mimi Cafe <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to process a directory and all subdirectory recursively and > generate a list as the Unix command "ls -R" will display, but this seems not > to behave as it should. > My script only goes as far as processing the dir

Re: Process Directory and subdirectories Recursively

2008-01-28 Thread Gunnar Hjalmarsson
Mimi Cafe wrote: Hi, I am trying to process a directory and all subdirectory recursively and Please do not multi-post!! -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://

Process Directory and subdirectories Recursively

2008-01-28 Thread Mimi Cafe
Hi, I am trying to process a directory and all subdirectory recursively and generate a list as the Unix command "ls -R" will display, but this seems not to behave as it should. My script only goes as far as processing the directory and the 1 step below not more. I have some like, but the script g