Path: utzoo!attcan!uunet!wuarchive!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.sys.amiga.tech Subject: Re: SKsh completion bug. Message-ID: <13677@nigel.udel.EDU> Date: 12 Mar 90 19:04:34 GMT References: <1213@lpami.wimsey.bc.ca> <13664@nigel.udel.EDU> <1414@watserv1.waterloo.edu> Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Organization: University of Delaware Lines: 20 In article <1414@watserv1.waterloo.edu> mann@watserv1.waterloo.edu (Shannon Mann) writes: >In article <13664@nigel.udel.EDU> new@udel.edu (Darren New) writes: >>I was also bothered by the fact that the UNIX man command could not >>"do" its own wildcard expansion. Thus, I could not "man *seek*" and find >>out all the seek-like functions. >Try man -k seek (-k is the keyword option) And when you are done, try >man man :-) Smiley appriciated. Two problems tho: management does not run "makewhatis" very often, and I really wanted to do command completion, not wildcard expansion. I just thought I would simplify some. (BTW, man -k only gives you the names of the pages, not the pages themselves. You still have to type them in or do some shell magic.) Besides, this illustrates my point! The shell wildcarding was inappropriate, so I had to use a separate command (-k option of man) and a separate wildcard syntax (assumed caseless search of *mypattern*) because man did not do its own wildcard expansion. so there! :-P -- Darren :-)