[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TGZ creating Bug
From: |
Paul Jarc |
Subject: |
Re: TGZ creating Bug |
Date: |
Mon, 05 Jul 2004 17:46:52 -0400 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
fhauser@wh-hms.uni-ulm.de wrote:
> tgz --help
> The whole system will be backuped in a tgz-File, called --help.tgz.
It looks like tgz is doing what you told it to do. If you'd like it
to do something different for --help, you'll have to write to the tgz
maintainer. There's nothing bash can do about this.
> When I try the remark-command like "rm --help.tgz", the bash is showing the
> helpinformation about the RM-command.
No, bash isn't doing that. rm is doing that. rm belongs to the GNU
coreutils package. This is also not a problem with bash. The
coreutils FAQ explains how to deal with this:
<URL:http://www.gnu.org/software/coreutils/faq/#How%20do%20I%20remove%20files%20that%20start%20with%20a%20'-'%20such%20as%20'-i'%3f>
paul