Pádraig Brady <[email protected]> writes:

> Note find is more general for scripts etc.
> as it can deal with an arbitrary amount of files,
> but only when used in the form:
>
> find /tmp/z1 -name '*bk*' -print0 | xargs -r0 mv -t /tmp/z2

or find /tmp/z1 -name '*bk*' -exec mv -t /tmp/z2 {} +

Andreas.

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



Reply via email to