Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu!ifas730 From: ifas730@ccwf.cc.utexas.edu Newsgroups: comp.unix.internals Subject: Re: I have a file named "-" Keywords: sarcasm, humor, impairments thereof, idiots Message-ID: <44991@ut-emx.uucp> Date: 3 Mar 91 01:31:03 GMT References: <1991Feb26.170212.22920@convex.com> <6661@idunno.Princeton.EDU> <2028@necisa.ho.necisa.oz.au> <6714@idunno.Princeton.EDU> Sender: news@ut-emx.uucp Reply-To: ifas730@ccwf.cc.utexas.edu () Organization: The University of Texas at Austin Lines: 5 When the rm command parses the command line, all arguments after the first nonoption argument are interpreted as file names. Thus "rm foo -" would remove your "-" file, where foo is an nonexistent file. John