Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 1998 15:12:33 +1300 (NZDT)
From:      Jonathan Chen <jonc@pinnacle.co.nz>
To:        taco@mad.scientist.com
Cc:        questions@FreeBSD.ORG
Subject:   Re: wierd files appearing in my directory structure
Message-ID:  <Pine.SGI.3.96.980219151132.5211A-100000@tui.pinnacle.co.nz>
In-Reply-To: <Pine.BSF.3.96.980218165707.1910A-100000@tshansen.reshall.ucsd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Feb 1998, Todd 'Taco' Hansen wrote:

> thanks. I will look into my login scripts.
> btw, the commands you gave me to remove the files don't work. Which seems
> wierd to me. Here is there output.
> 
> jaguar: {4} rm ?000*
> rm: illegal option -- 0
> usage: rm [-f | -i] [-dPRr] file ...
> jaguar: {5} rm "-000277"
> rm: illegal option -- 0
> usage: rm [-f | -i] [-dPRr] file ...
> jaguar: {6} 

Use:
	rm -- -000*

man rm(1) for details.
---------------------------------------------------------------------
Jonathan Chen <jonc@pinnacle.co.nz> | Opportunites are seldom labeled
---------------------------------------------------------------------


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?Pine.SGI.3.96.980219151132.5211A-100000>