bon, mais si on utilise le find moi je pr�f�re:
find /mp3 -type f -exec ./script {} \;comme �a on ne passe m�me pas par xargs ciao, Leo ----- Original Message ----- From: "BRINER Cedric" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 2:39 PM Subject: Re: [gull] bash>for>word > Excellent... > > merci encore pour leS r�ponseS diverseS et multipleS > > C�dric Briner > > > > > find /mp3 -type f -print0 | xargs -0 -n1 ./script > pas mal.. > Je ne connaissais pas ce `xargs', mais ca parait plut�t int�ressant. > > > > Il y a bien l'Input Field Separator (IFS), mais je ne jouerais pas > > avec �a. > je m'en doutais bien qu'il devait y avoir un truc ds le genre > > > > -- > > +41(o)\ at > 76/\ -o762 briner/ \infomaniak > 577/ \ / \ > . . . . . . . -=Cedric Briner=- . . .ch - dot > / > 46b rue Jacques-Dalphin,CH-1227 Geneva \ > > _______________________________________________ > gull mailing list > [EMAIL PROTECTED] > http://lists.alphanet.ch/mailman/listinfo/gull > > > _______________________________________________ gull mailing list [EMAIL PROTECTED] http://lists.alphanet.ch/mailman/listinfo/gull
