On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote:
> 
> [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {};
> 

By now other have answered your wustion, but:

VERY IMPORTANT:

 when yo are debugging a shell command like this one,
se the echo command instead of the rm command.  That way you get a list
of files instead of deleting them, and if your list iw wrong, you won't lose
evrything!!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to