Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 1999 14:11:30 -0000
From:      "Peter McGarvey" <Networks.Manager@rncm.ac.uk>
To:        "tao huang" <freebsd_tao@hotmail.com>, <freebsd-newbies@freebsd.org>
Subject:   RE: How can I use TAB as in linux?
Message-ID:  <NDBBJLAJELEHNLGABIJNIEJHDAAA.Networks.Manager@rncm.ac.uk>
In-Reply-To: <19991112132434.59050.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I can use TAB to shortcut the command in linux but I found it
> cann`t work in
> the freebsd. How can I do for it?

Install BASH...

The TAB thingy is a BASH feature


> And also how can I install a shell bash in the freebsd?

You can install bash from the ports:

	cd /usr/ports/shells/bash2
	make
	make install

Which is how I'd do it.

Or you can do can install the precompiled package:

	pkg_add bash-2.02.1.tgz

but this is from memory so check the docs.

Both methods should download the files you need form the internet.  If you
only have the CDs then check the doc - I can't remember how this works (I've
got a 155Mbps pipe so I've never needed to do this).


TTFN, FNORD

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Peter McGarvey, Networks Manager  |  email: Networks.Manager@rncm.ac.uk
 Royal Northern College of Music   |    tel: +44 (0)161 907 5218
 124 Oxford Road, Manchester,      |    fax: +44 (0)161 273 7611
     England M13 9RD               | mobile: +44 (0)7887 990564
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBJLAJELEHNLGABIJNIEJHDAAA.Networks.Manager>