Andreas Metzler wrote:
> I think you understond this correctly. find's behavior is what posix seems
> to require[1], with '{} ;' the respective expression evaluates as false,
> but find exits successfully:
> OTOH '-exec command {} +' exits with exitcode 1 when the invoked command
> fails.
Unfortunately it can't be used with a command line like:
cp {} dest/
Oh well, there's xargs -I
--
see shy jo
signature.asc
Description: Digital signature

