Date: Thu, 18 Apr 2002 22:51:02 -0400 (EDT) From: Peter Leftwich <Hostmaster@Video2Video.Com> To: Edwin Groothuis <edwin@mavetju.org> Cc: Julian Peterson <weaver@earthcorp.com>, FreeBSD LIST <FreeBSD-Questions@FreeBSD.Org> Subject: Re: tcsh [TAB] ; man someth-[TAB]? [ctrl-d?] Message-ID: <20020418224606.B200-100000@earl-grey.cloud9.net> In-Reply-To: <20020419122414.D56598@k7.mavetju.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Apr 2002, Edwin Groothuis wrote: > On Thu, Apr 18, 2002 at 09:06:01PM -0500, Julian Peterson wrote: > > That's not what it's designed for. man a* is going to expand to: man <everything in the current dir starting with an a> Thats just the shells globbing in action. With the complete stuff, you type "man a<tab>" and it will complete as much as it can. Typing "man shut<tab>" will expand to "man shutdown" (assuming no other man pages have the prefix "shut") {Somehow my e-mail address got dropped from this thread's headers :( and my last name from the included text contents.} > > You can type "man a<ctrl-d>" and it will list all possible completions (ie all man pages starting with an "a") > Aha, I see now how it works. Nifty feature :-) -Edwin > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ I have often wondered and worried about this "<ctrl-d>" simulation of the tcsh's [TAB] functionality -- is not there a risk of hitting "ctrl-d" and having your login exit?? -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020418224606.B200-100000>