Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!adm!xadmx!packman%TAMUNIX.BITNET@tamvm1.tamu.edu From: packman%TAMUNIX.BITNET@tamvm1.tamu.edu (Packman) Newsgroups: comp.unix.questions Subject: Re: When is a file name not a file name? Message-ID: <20314@adm.BRL.MIL> Date: 21 Jul 89 17:03:58 GMT Sender: news@adm.BRL.MIL Lines: 15 >Next time, try: > >rm ./-l or, >rm -i * > >Jones Smith and Wally Gator The first one will work ok, but the second one will not because the shell expands the "*" to "-l" and then rm thinks it's an option. See you Wally Strzelec There is no time like the present to postpone what you ought to be doing.