On Mon, Aug 20, 2001 at 02:26:37PM -0700, allen wayne best just ramblin in his
amx wrote:
> hello:
>
> i have managed to insert a bullet in my poda courtesy of tar and my
> ineptness! that is, i did:
>
> tar -cvIf --remove-files /tmp/foo.tz /opt/tmp
>
> silly me filled up my current directory with a file called "--remove-files".
> my question is: how the heck to i get rid of this beast????
>
rm -- --remove-files
(-- turns the option processing off - man getopt)
Miso&Frankie
--
The danger from computers is not that they will eventually get
as smart as men but that we will meanwhile agree to meet
them halfway.
pgpWtTYKJ1s38.pgp
Description: PGP signature

