Xref: utzoo comp.lang.c:9691 comp.unix.wizards:8073 Path: utzoo!mnetor!uunet!dalcs!dalcsug!lalonde From: lalonde@dalcsug.UUCP (Paul Lalonde) Newsgroups: comp.lang.c,comp.unix.wizards Subject: Re: command line options Message-ID: <455@dalcsug.UUCP> Date: 26 Apr 88 12:39:40 GMT References: <2414@zyx.UUCP> <8039@elsie.UUCP> <7628@brl-smoke.ARPA> <143@gsg.UUCP> <7680@brl-smoke.ARPA> <18500@watmath.waterloo.edu> Reply-To: lalonde@dalcsug.UUCP (Paul Lalonde) Organization: Dalhousie University, Halifax, N.S., Canada Lines: 31 Summary: use man if you need more! In article <18500@watmath.waterloo.edu> rbutterworth@watmath.waterloo.edu (Ray Butterworth) writes: >In article <7680@brl-smoke.ARPA>, gwyn@brl-smoke.ARPA (Doug Gwyn ) writes: >> usage: ls -RadCxmnlogrtucpFbqisfL [files] >Maybe I've been spoiled by growing up on non-unix-syntax machines, >but "-RadCxmnlogrtucpFbqisfL" doesn't help me one bit. > >Options with real names are so much nicer. e.g. >======% imagen -help >IMAGEN [file]* [Offset=0] [Lines=66] [Tabstops=4] [+Headings] > [+Outline] [Columns=1] [+Reverse] [+Rule] [-Compress] > [+Landscape] [-TitlePage] [Banner=] [Printer=imagen300] > [-Submit] >Submits text files to imagen dumb printer. More examples of imagen +help deleted Most UNIX systems have such a feature: its called 'man'. If the usage: ls -RadCxmnlogrtucpFbqisfL [files] does nothing for you, do a man ls (or on some systems help ls) Big usage pages in your programs do little more than use disk and core space when a decent help system exists. Paul Lalonde BITNET: PLALONDE@DALAC UUCP: ...{uunet|watmath|utai}!dalcs!dalcsug!lalonde a a a a