From owner-freebsd-questions Mon Jan 15 3:47:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id A4F6437B401 for ; Mon, 15 Jan 2001 03:47:41 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 627E33E02; Mon, 15 Jan 2001 03:47:41 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 5BB353C10A; Mon, 15 Jan 2001 03:47:41 -0800 (PST) To: Cliff Sarginson Cc: "Walter W. Hop" , John Indra , freebsd-questions@FreeBSD.ORG Subject: Re: Tab-tab behaviour... In-Reply-To: Message from Cliff Sarginson of "Mon, 15 Jan 2001 11:26:11 GMT." Date: Mon, 15 Jan 2001 03:47:36 -0800 From: Dima Dorfman Message-Id: <20010115114741.627E33E02@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > [in reply to john@naver.co.id, 15-01-2001] > > > > > Is there an equivalent for bash tab-tab behaviour in tcsh? > > > > In tcsh, you can use Ctrl-D for this. For example, "di^D" will display: > > dialog diff dig dirs diskpart > > dialtest diff3 dirname disklabel > > > > Stupid thing with tcsh is, on an empty line, Ctrl-D means logout. >-| > > > As a note, ctrl/d means logout to all shells i know of, this is > because it is (sort of) a Unix EOF indicator, and a terminal is just > a file ... :) This is correct; unfortunately, many shells (bash, et al) do something weird like telling you that you should use "logout" instead. I hate typing logout. C-d just makes so much sense... Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message