Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 17:15:40 +0100
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        David Banning <david@skytracker.ca>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
--=.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 <david@skytracker.ca> 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




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