Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!njin!dblack From: dblack@pilot.njin.net (David Alan Black) Newsgroups: comp.unix.questions Subject: file removal question Keywords: file Message-ID: Date: 23 Feb 91 15:42:02 GMT Distribution: usa Organization: NJ InterCampus Network, New Brunswick, N.J. Lines: 21 Here's a little brain-teaser: I've managed, though faulty sed syntax, to end up with a 0-byte file called "-e". The question is: how do I delete it???? I've tried: rm -e rm ?e rm -? rm \-e but rm isn't having any of it. What with this being zero bytes, I'm not losing sleep over it, but I'd be interested in suggestions. David Black dblack@pilot.njin.net