Xref: utzoo comp.lang.c:9281 comp.unix.wizards:7764 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!killer!convex!rdavis@convex.UUCP From: rdavis@convex.UUCP (Ray Davis) Newsgroups: comp.lang.c,comp.unix.wizards Subject: Re: command line options Message-ID: <327@convex.UUCP> Date: 13 Apr 88 21:22:49 GMT References: <2414@zyx.UUCP> <8039@elsie.UUCP> <7628@brl-smoke.ARPA> <143@gsg.UUCP> <7639@brl-smoke.ARPA> <191@sdeggo.UUCP> Sender: rdavis@convex.UUCP Reply-To: rdavis@convex.UUCP (Ray Davis) Organization: Convex Computer Corporation, Richardson, Tx. Lines: 3 Filename expansion was in the shell a long time before getopt(1|3) existed. -? is intuitive to me, but using a filename generation metacharacter as a command line option was a stupid idea in the first place. -help is worse.