Re: find -exec

Αρχική Σελίδα
Συνημμένα:
Μήνυμα σαν ηλεκτρονικό μήνυμα
+ (text/plain)
Delete this message
Reply to this message
Συντάκτης: Andreas
Ημερομηνία:  
Προς: Norman Zimmer
Υ/ο: Linux User Schwabach
Αντικείμενο: Re: find -exec
Hi Norman,

Norman Zimmer wrote:
> ich möchte gerne einen Befehl über find ausführen, nach dem Prinzip:
> find /xxx/* -exec befehl {} \;
>

So gehts:

find /xxx -name "*" -exec befehl () \;

Gruß,
Andreas