Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2004 04:45:32 -0900
From:      Andy Firman <andy@firman.us>
To:        freebsd-questions@freebsd.org
Subject:   Re: can't get rid of this file with trailing backslash?
Message-ID:  <20041119134532.GA24025@akroteq.com>
In-Reply-To: <20041119134201.GI1265@millelac.rhrk.uni-kl.de>
References:  <20041119133443.GA23820@akroteq.com> <20041119134201.GI1265@millelac.rhrk.uni-kl.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 19, 2004 at 02:42:01PM +0100, Alexander Petry wrote:
> Hi!
> 
> * Andy Firman <andy@firman.us> [2004-11-19 04:34:43 -0900]:
> > -rw-r--r--   1 root  bind    18314 Nov 18 11:35 named.conf
> > -rw-r--r--   1 root  bind    18314 Nov 18 11:07 named.conf.save.11-18
> > -rw-r--r--   1 root  bind    17389 Nov 18 10:58 named.conf\
> > -rw-r--r--   1 bind  bind     2602 May 25 17:28 named.root
> > 
> > I was using nano and have no clue how I did it.
> > If I rm named.conf\ it removes the named.conf.
> > 
> > So how do I get rid of named.conf\  ?
> 
> Try: "rm -- named.conf\\"

simply doing 

rm named.conf\\ 

worked!

Thanks everyone!



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