Hello! On Mon, Jun 04, 2007 at 03:26:28PM +0200, Martin Schrvder wrote: >2007/6/4, Marc Espie <[EMAIL PROTECTED]>: >>Don't use for loops with find results, they do not scale well. >>Also, beware of spaces in file.
>>For this kind of thing, I generally use 'while read' >Use xargs(1) For that case, it doesn't really help, because the filename is needed in a redirection. And if you need the filename in more arguments, xargs is a bit silly too, because it *has* the option -I, but that has the completely arbitrary limitation of 255 characters which can't be changed using another option, and 255 is less than PATH_MAX. >Best > Martin Kind regards, Hannah.