Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.sources,net.unix-wizards Subject: Re: Is 'ksh' available. Message-ID: <5720@brl-tgr.ARPA> Date: Sun, 11-Nov-84 16:09:59 EST Article-I.D.: brl-tgr.5720 Posted: Sun Nov 11 16:09:59 1984 Date-Received: Tue, 13-Nov-84 01:20:07 EST References: <126@anwar.UUCP> Organization: Ballistic Research Lab Lines: 15 My impression is that the Korn shell is not generally available outside AT&T. Meanwhile, various ksh-like features have been appearing in the official Bourne shell. At BRL, Ron Natalie has added csh-style job control to the SVR1 and SVR2 Bourne shells; of course, this works only on kernels having appropriate support (i.e., 4.1BSD & 4.2BSD; don't know about 2.9BSD). This means we now have shell functions (generalization of csh "alias"), built-in "echo" & "pwd" (I fixed the symbolic-link behavior of "pwd" for 4.2BSD to act like something sensible instead of following ".." literally), and job control. About the only csh feature still lacking is a command history mechanism; probably a tcsh-like editing facility but without using termcap would be the way to go for this. Committee to Stamp Out Csh