From owner-freebsd-questions Mon Jul 21 15:21:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15916 for questions-outgoing; Mon, 21 Jul 1997 15:21:56 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA15909 for ; Mon, 21 Jul 1997 15:21:48 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id XAA00120; Mon, 21 Jul 1997 23:52:48 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199707212152.XAA00120@helbig.informatik.ba-stuttgart.de> Subject: Re: Some questions from a user. In-Reply-To: <199707211212.HAA12973@bonkers.taronga.com> from Peter da Silva at "Jul 21, 97 07:12:47 am" To: peter@taronga.com (Peter da Silva) Date: Mon, 21 Jul 1997 23:52:46 +0200 (MET DST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 2.) In the shells, there is no history function with cursor up/ down keys like > DOSKEY, NT or OS/2's key variable for cmd.exe, or even with Linux shells. > Like NextStep's csh, the FreeBSD shells lack cursor history key support. You can use good old /bin/sh and get your history editing by "set -E". Wolfgang