Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: comp.unix.questions Subject: Re: Public domain shell for Sys V... Message-ID: <5721@brl-smoke.ARPA> Date: Thu, 2-Apr-87 18:41:54 EST Article-I.D.: brl-smok.5721 Posted: Thu Apr 2 18:41:54 1987 Date-Received: Sun, 5-Apr-87 04:34:27 EST References: <1457@cadovax.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: world Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 In article <1457@cadovax.UUCP> mitchell@cadovax.UUCP (Mitchell Lerner) writes: >Does anyone have or know about a public domain shell or program that will run >on system V that will allow me to do "history"??? I doubt very much that there is a full shell like that in the public domain. If you have an SVR2 source license you could install the BRL Bourne shell, which supports history and several other useful things (the System V environment history support is not quite ready but it should be soon). Another alternative is to wrap the shell with a history/editing front end process, such as "inedit" from the AT&T UNIX System ToolChest. (Warning! It has embedded control characters in its source; fix them!)