* Oliver Fromme <olli(at)lurza.secnetix.de> [2004-03-05 10:27 +0100]:
> Peter Ross <Peter.Ross(at)alumni.tu-berlin.de> wrote:
> > Peter Ross sagte:
> > > find . -type f -exec gzip {} \;
>
> Igitt. :-)
>
> Viel besser: find . -type f -print0 | xargs gzip
xargs -0 gzip
> Der -exec-Primary bei find gehört meiner Meinung nach abge-
> schafft.
Warum? Ich finde es manchmal ganz praktisch.
Nicolas
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 05 Mar 2004 - 15:37:54 CET