Re: file/directory names with space in between

2008-04-15 Thread Derek Ragona
At 06:25 PM 4/14/2008, Simon Gao wrote: Hi, I need to work on some files and directories that have spaces in them like: interesting story\2008 March\{story one,story two}. When using find with -exec, part of the file/directory name will be missing and therefore lead to error. What should I

Re: file/directory names with space in between

2008-04-14 Thread RW
On Mon, 14 Apr 2008 16:39:23 -0700 Bill Campbell <[EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008, Simon Gao wrote: > >Hi, > > > >I need to work on some files and directories that have spaces in > >them like: > > > >interesting story\2008 March\{story one,story two}. > > > >When using find with -

Re: file/directory names with space in between

2008-04-14 Thread Bill Campbell
On Mon, Apr 14, 2008, Simon Gao wrote: >Hi, > >I need to work on some files and directories that have spaces in them like: > >interesting story\2008 March\{story one,story two}. > >When using find with -exec, part of the file/directory name will be >missing and therefore lead to error. Generally

Re: file/directory names with space in between

2008-04-14 Thread Christopher Cowart
Simon Gao wrote: > I need to work on some files and directories that have spaces in them like: > > interesting story\2008 March\{story one,story two}. > > When using find with -exec, part of the file/directory name will be missing > and therefore lead to error. > > What should I do to put escap

file/directory names with space in between

2008-04-14 Thread Simon Gao
Hi, I need to work on some files and directories that have spaces in them like: interesting story\2008 March\{story one,story two}. When using find with -exec, part of the file/directory name will be missing and therefore lead to error. What should I do to put escape key in there to include