From owner-freebsd-questions Wed Jan 31 7: 9:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id EC1BE37B4EC for ; Wed, 31 Jan 2001 07:09:00 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA10978; Wed, 31 Jan 2001 17:16:33 +0100 Message-ID: <3A782AD6.7F101C8D@i-clue.de> Date: Wed, 31 Jan 2001 16:10:14 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: SpaZ Cc: freebsd-questions@FreeBSD.ORG Subject: Re: can't remove weird filename References: <000301c08b15$51ade9a0$46010a0a@sysadmininc.com> <20010130174902.A45939@forbidden.dough.net> <006e01c08b13$6fafb700$03001aac@bsdguys.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ls -i # tells the i-node number of the offender find . -inum -delete # kills the cat. Watch out not to traverse file system boundaries. HTH -Christoph Sold SpaZ schrieb: > > rm "bad filename" does not work? as w/ quotes? > > D > ----- Original Message ----- > From: Dennis Moore > To: > Sent: Tuesday, January 30, 2001 5:49 PM > Subject: Re: can't remove weird filename > > > On Tue, Jan 30, 2001 at 06:35:23PM -0500, Peter Brezny wrote: > > > I accidentally saved a file with vi that had characters created by the > arrow > > > keys in it's name. > > > > > > the file appears as > > > ?[B?[B?[B > > > > rm -i * > > > > hit 'y' when you get to that file, then ^C to quit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message