Date: Sun, 23 Jan 2000 10:45:10 +0100 (CET) From: Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: unix doskey type program Message-ID: <200001230945.KAA83429@dorifer.heim3.tu-clausthal.de> In-Reply-To: <86ds30$2lr6$1@atlantis.rz.tu-clausthal.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Costello <chris@calldei.com> wrote in list.freebsd-questions: > On Sat, Jan 22, 2000, ROsteen wrote: >> Can anyone tell me the name of a program that will allow me to recall >> past commands like an up arrow or something? If you haven't installed any of the optional shells from the ports collection (zsh, tcsh, bash), use this command: exec sh -E That will enable history and line editing features using the cursor keys. If that's all that you want, there's no need to install another shell. FreeBSD's sh is fine for that. Otherwise, I'd recommend that you install zsh from the ports collection, which has a lot of additional useful features. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) 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?200001230945.KAA83429>