From owner-freebsd-questions Fri Jul 5 10:55: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C6C37B400 for ; Fri, 5 Jul 2002 10:54:57 -0700 (PDT) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF83C43E09 for ; Fri, 5 Jul 2002 10:54:56 -0700 (PDT) (envelope-from pavan.balaji@intel.com) Received: from fmsmsxvs043.fm.intel.com (fmsmsxvs043.fm.intel.com [132.233.42.129]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g65AvQF01794 for ; Fri, 5 Jul 2002 10:57:26 GMT Received: from fmsmsx019.fm.intel.com ([132.233.42.130]) by fmsmsxvs043.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002070510535105771 ; Fri, 05 Jul 2002 10:53:51 -0700 Received: by fmsmsx019.fm.intel.com with Internet Mail Service (5.5.2653.19) id ; Fri, 5 Jul 2002 10:54:55 -0700 Message-ID: <3D386AED1B47D411A94300508B11F18703BC5B50@fmsmsx116.fm.intel.com> From: "Balaji, Pavan" To: "'dan@slightlystrange.org'" , freebsd-questions@FreeBSD.ORG Subject: RE: tcsh: list of all files when pressing tab Date: Fri, 5 Jul 2002 10:54:54 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tab completion is a property of the "bash" shell, and not of linux. You can do the same in tcsh by using Ctrl+D (instead of tab). The other approach is to load a bash shell. You can load a bash shell on FreeBSD by using /usr/bin/bash or /usr/local/bin/bash, whichever is appropriate. You can make it your default shell by using the chsh command. But, first you might have to have in your recognised shells (by FreeBSD). You can just add the path in /etc/shells. Guess, that'll solve the problem. Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... It just means that you have decided to see beyond the imperfections" -- Rash > -----Original Message----- > From: Daniel Bye [mailto:dan@slightlystrange.org] > Sent: Friday, July 05, 2002 8:14 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Re: tcsh: list of all files when pressing tab > > > On Fri, Jul 05, 2002 at 12:57:19PM +0200, Pascal Giannakakis wrote: > > Hi, > > > > in tcsh i can type "/u" and press tab to autocomplete the > path to "/usr/". > > However, > > if there is more than one match, i would like to have a > list of all possible > > path's. > > I know this from linux. What is this feature called and how > do i enable it? > > thx! > > > > Try these: > > set filec > set autolist > > They can be put in your .cshrc, and they work fine for me. > See how you go. > > Dan > > -- > Daniel Bye > > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc > PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC > _ > ASCII ribbon > campaign ( ) > - against HTML, vCards and X > - proprietary attachments in > e-mail / \ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message