Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2002 13:34:02 -0600
From:      Noah Dunker <ndunker@jccc.net>
To:        'tipaporiello' <tipapori@earthlink.net>, freebsd-questions@FreeBSD.ORG
Subject:   RE: rm - syntax
Message-ID:  <C18E28011272D41180AD00B0D0496C0808EB50F1@ns-exch05>

next in thread | raw e-mail | index | archive | help
rm <path to link>.

# echo "hi" > /tmp/filename
# cat /tmp/filename
hi
# ln -s /tmp/filename ~/filename
# cat ~/filename
hi
# rm ~/filename
# cat ~/filename 
cat: ~/filename: No such file or directory
# cat /tmp/filename
hi
#




pretty simple.

> -----Original Message-----
> From: tipaporiello [mailto:tipapori@earthlink.net]
> Sent: Tuesday, January 22, 2002 1:26 PM
> To: freebsd-questions@FreeBSD.ORG
> Subject: rm - syntax
> 
> 
> Hoy,
> 
> What is the syntax for removing a symbolic link with rm.
> 
> Thank you,
> tipaporiello
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C18E28011272D41180AD00B0D0496C0808EB50F1>