Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!burl!codas!mtune!whuts!bear From: bear@whuts.UUCP Newsgroups: comp.unix.questions Subject: Option Filenames Message-ID: <3286@whuts.UUCP> Date: Wed, 18-Nov-87 13:20:38 EST Article-I.D.: whuts.3286 Posted: Wed Nov 18 13:20:38 1987 Date-Received: Sat, 21-Nov-87 07:38:46 EST Distribution: na Organization: AT&T Bell Laboratories Lines: 14 If a file in your directory is named "-i" and you try to do an "rm *", then it will interpret "-i" as an option to "rm" and start inquiring if you want to remove all the files. So if I put a "-l" filename in my directory and do an "ls *", why doesn't it give me an "ls -l" output? Does the 'argv' get interpreted differently in these two sources? BTW....I am on a VAX 11/785 running SYSTEM 5.0.2 SV_R2 or is it 5.2.2 ..... one of those... Curiously,