Re: SOLVED:how to parse filenames with spaces using regex

2002-05-31 Thread drieux
On Friday, May 31, 2002, at 08:29 , Johnson, Shaunn wrote: [..] > [script] > > foreach my $file ( split (/\n/, `ls -d1 $sambadir/*` ) ) { > print "we see file :$file:\n"; > #$file=(split(//, $sambadir/$file) ); > print "$sambadir/$file"; > system ("/bin/mount -rt i

Re: SOLVED:how to parse filenames with spaces using regex

2002-05-31 Thread David T-G
Shaunn -- ...and then Johnson, Shaunn said... % % % --never mind ... % % --i think if i can figure out how to put it % in double quotes, it'll work just fine. See my reply :-) % % --thanks anyways. HTH & HAND % % -X :-D -- David T-G * It's easier to fight for on

SOLVED:how to parse filenames with spaces using regex

2002-05-31 Thread Johnson, Shaunn
--never mind ... --i think if i can figure out how to put it in double quotes, it'll work just fine. --thanks anyways. -X -Original Message- Subject: RE: how to parse filenames with spaces using regex --UPDATE: --Thanks for the help. I think I'm close, but I think I ran a snag: