From owner-freebsd-questions Wed Feb 12 8:16: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3691537B401 for ; Wed, 12 Feb 2003 08:16:04 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8896F43FD7 for ; Wed, 12 Feb 2003 08:16:02 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id 13622AF5C9; Wed, 12 Feb 2003 17:16:03 +0100 (CET) Date: Wed, 12 Feb 2003 17:15:40 +0100 From: Miguel Mendez To: David Banning Cc: questions@freebsd.org Subject: Re: how to delete a file called ???? Message-Id: <20030212171540.4fa009b2.flynn@energyhq.homeip.net> In-Reply-To: <20030212111232.A6759@skytrackercanada.com> References: <20030212111232.A6759@skytrackercanada.com> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.T'Jui,//lSWy4a Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 12 Feb 2003 11:12:32 -0500 David Banning wrote: Howdy, > Yes, the file is a bunch of question marks. > > I can't seem to clean it away. > > rm ???????? > rm '????????' > rm "????????" You need to escape the ?, so it doesn't get expanded by the shell. rm \?\?\?\?\?\? should work. You can also use midnight commander (misc/mc) to delete it. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! --=.T'Jui,//lSWy4a Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+SnMwnLctrNyFFPERAkwhAJ9U+pA9dgiA0i/UfK6W35fawdnvjACfaa3V 7RtR6EzohqJRVZwGdfWuyoc= =xSXt -----END PGP SIGNATURE----- --=.T'Jui,//lSWy4a-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message