On Wed, 12 Feb 2003 11:12:32 -0500
David Banning <[EMAIL PROTECTED]> 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 - [EMAIL PROTECTED]
        GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
        EnergyHQ :: http://www.energyhq.tk
        Of course it runs NetBSD!

Attachment: msg19167/pgp00000.pgp
Description: PGP signature

Reply via email to