Skip site navigation (1)Skip section navigation (2)
Date:      02 Jun 1999 01:54:38 +0200
From:      Juergen Nickelsen <jnickelsen@acm.org>
To:        "Roger" <shadow@net-ten.com.br>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: csh shell
Message-ID:  <x7yai3wk75.fsf@goting.jn.berlin.snafu.de>
In-Reply-To: "Roger"'s message of "Tue, 1 Jun 1999 00:04:50 -0300"
References:  <002901beabdb$846435e0$85bbf5c8@wqhowfgv>

next in thread | previous in thread | raw e-mail | index | archive | help
"Roger" <shadow@net-ten.com.br> writes on freebsd-questions:

> I use the default FreeBSD shell (csh) and would like to know:
> 
> how can I setup the arrow keys (Up, Down) to scroll through the
> history events and (Left, Right) to move back and forward through a
> text in Console and X-Term either?

Csh doesn't do this, but tcsh does. Tcsh is available as a port(*) and 
probably (I can't look right now) as a package(**) on the CDs.

(*) Install the port with "cd /usr/ports/shells/tcsh ; make install"
as root when you are either online or have the CD with the appropriate 
distfile (tcsh-*.tar.gz) mounted.

(**) Install the package from the CD with "pkg_add". This is faster
than building and installing the port.

Tcsh is then installed as (I think) /usr/local/bin/tcsh. Check if the
installation has added this this to /etc/shells (and put it in there
if it hasn't) and change your login shell to this path.

Greetings, Juergen.


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?x7yai3wk75.fsf>