Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 1998 17:22:51 -0800 (PST)
From:      "Jason C. Wells" <jcwells@u.washington.edu>
To:        Carsten Schwarting <schwart@fas.harvard.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: the tcsh shell...
Message-ID:  <Pine.BSF.3.96.980212171220.518C-100000@s8-37-26.student.washington.edu>
In-Reply-To: <3.0.3.32.19980212175655.006990ec@pop.fas.harvard.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Feb 1998, Carsten Schwarting wrote:
> Greetings! A college friend of mine and I set up our first FreeBSD system
> from scratch. Oh yeah! Brief question: Where could I obtain the tcsh shell?
> How can I install it? The simple csh prompt without any directory
> information is too uninformative for us novices. I would appreciate any
> help immensely.
> 
> Cheers,
> Carsten

Csh can be made to place the path info into your command prompt. Tcsh
will not be set up to do this for you. You will have to figure it out
for yourself. (or read a good source)

That being said, tcsh can be installed from the ports collection. If you
have the directory '/usr/ports/shells/tcsh' just do the following.

$ cd /usr/ports/shells/tcsh
$ make
$ make install

If you don't have that directory then do this in order to get the
directory.

$ ftp ftp.freebsd.org
ftp> cd /pub/FreeBSD/ports/current/shells
ftp> get tsch.tar

The server will then tar up the source for you to download. Unpack the
tar file, then do the above.

Go here for instructions.
http://www.freebsd.org/handbook/ports.html

Have fun,	| Stop warning me about the latest virus. Learn more...
Jason Wells	| http://ciac.llnl.gov/ciac/CIACHoaxes.html
Wannabe Sysadmin| http://ciac.llnl.gov/ciac/CIACChainLetters.html	


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?Pine.BSF.3.96.980212171220.518C-100000>