From owner-freebsd-questions Fri Jul 7 8:17:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id CF34237BF3C for ; Fri, 7 Jul 2000 08:17:01 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.9.3/8.9.3) id LAA15548; Fri, 7 Jul 2000 11:16:59 -0400 (EDT) (envelope-from lowell) From: Lowell Gilbert To: freebsd-questions@freebsd.org Subject: Re: like linux References: <3965D965.B3747C8E@glue.umd.edu> Date: 07 Jul 2000 11:16:59 -0400 In-Reply-To: Brandon Fosdick's message of "Fri, 07 Jul 2000 09:21:41 -0400" Message-ID: <447lay3r84.fsf@lowellg.ne.mediaone.net> Lines: 23 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brandon Fosdick writes: > Joel Eusebio wrote: > > > > Hi All, > > Is it possible to activate the up up and down arrow keys if you want to go > > go to the previous command that you have entered??? if so how do I go > > about it??? Thanks a lot. > > > > --------------------->jOEl > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > you can also use csh or tcsh, which are now in the base distro. Um, only on -CURRENT, right? We don't want to encourage neophytes to run -CURRENT... And, of course, the standard /bin/sh can do command recall as well: "set -E" will enable it. - Lowell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message