At 2003-02-26T20:26:05Z, Steve Warwick <[EMAIL PROTECTED]> writes:

> %rm -f MyTmp/
> rm: MyTmp/: is a directory
> %
> %rm -rf MyTmp/  (deletes the directory it points to)
> %rm -f MyTmp    (deletes the link)
> %

> Help, suggestions, magic?

`MyTmp/' reference to the target.  `MyTmp' (without the slash) refers to the
link.  Abracadabra!
-- 
Kirk Strauser
In Googlis non est, ergo non est.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to