files with spaces

2002-05-15 Thread Raffaele Sandrini
Hi I tried to run a find | xargs command. It worked well until a file with a space in it showed up. There each part of the filename is treated as a seperate argument of the command executed by xargs. Is there any way to get find or xargs putting a \ in front of every space in a filename?

Re: files with spaces

2002-05-15 Thread Chris Halls
On Wed, May 15, 2002 at 11:48:40AM +0200, Raffaele Sandrini wrote: I tried to run a find | xargs command. It worked well until a file with a space in it showed up. There each part of the filename is treated as a seperate argument of the command executed by xargs. Is there any way to get