[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: find doe not take -exec or -ok parameter



Hi

Okay let me see. I typed this one

find /daten -size 0 -exec rm {};

Then it was the missing backslash? Stupid I am...

Thanks

Marcel

--------------------------------

Am Samstag den, 6. April 2002, um 13:23, schrieb Olivier K:

Hello Marcel Weber (mmweber@ncpro.com) ;
On 06.04, you wrote :

find /daten -size 0 -exec rm {}

I think what you want to type is

find /daten -size 0 -exec rm {} \;

Best regards,

--
Olivier K


--
To UNSUBSCRIBE, email to debian-testing-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



-------------------

PGP / GPG Key: http://www.ncpro.com/GPG/mmweber-at-ncpro-com.asc


Reply to: