> I have a file called "-foo", and /bin/rm cannot remove it because it
> keeps trying to see the "-" as a command-line option. In pre-gnu
> days, I'd do "rm - -foo" and it'd work, but now it doesn't.

  The correct answer is:

    rm ./-foo

--
Bill Wohler <[EMAIL PROTECTED]>
Maintainer of comp.mail.mh FAQ. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

Reply via email to