RE: how to parse filenames with spaces using regex

2002-05-31 Thread Johnson, Shaunn
--UPDATE: --Thanks for the help. I think I'm close, but I think I ran a snag: --When I try to mount the iso image, I get an error: [snip] [root@hmp perl]# mount -rt iso9660 -o loop /samba/hmp/iso/03/UNASSIGNED-03 - DUMMY-03.iso /t Usage: mount -V : print version mount

Re: how to parse filenames with spaces using regex

2002-05-31 Thread David T-G
Shaunn -- ...and then Johnson, Shaunn said... % % --UPDATE: % % --Thanks for the help. I think I'm close, but I % think I ran a snag: % % --When I try to mount the iso image, I get an error: % % [snip] % % [root@hmp perl]# mount -rt iso9660 -o loop /samba/hmp/iso/03/UNASSIGNED-03 - %

Re: how to parse filenames with spaces using regex

2002-05-30 Thread David T-G
Shaunn -- ...and then Johnson, Shaunn said... % % Question about capturing a file name with % spaces using regular expressions. Is that the problem or is it simply getting rid of the dir path at the front? % ... % [snip example] % % /samba/hmp/iso/06/UNASSIGNED-06 - DUMMY-06.iso % %

Re: how to parse filenames with spaces using regex

2002-05-30 Thread drieux
On Thursday, May 30, 2002, at 01:40 , Johnson, Shaunn wrote: Question about capturing a file name with spaces using regular expressions. [..] The output looks like this (the result of just $group). [snip example] /samba/hmp/iso/06/UNASSIGNED-06 - DUMMY-06.iso [/snip example] My goal