From owner-freebsd-questions Tue Jan 22 11:36:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id D7CE237B402 for ; Tue, 22 Jan 2002 11:36:28 -0800 (PST) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Tue, 22 Jan 2002 13:34:02 -0600 Message-ID: From: Noah Dunker To: 'tipaporiello' , freebsd-questions@FreeBSD.ORG Subject: RE: rm - syntax Date: Tue, 22 Jan 2002 13:34:02 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rm . # 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