On Mon, 22 Apr 2002, David Adams <[EMAIL PROTECTED]> wrote: > It is quite a bit slower than the shell command itself (using bash), > but it works.
You are executing chown multiple times for every file. See if throwing in parallel="true" speeds things up in addition to Dominique's advice. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
