Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!maytag!mks.com!eric From: eric@mks.com (Eric Gisin) Newsgroups: comp.unix.wizards Subject: Re: Standard Shells On System V.4 Summary: sh, jsh Message-ID: <1990Mar9.174037.1338@mks.com> Date: 9 Mar 90 17:40:37 GMT References: <269@macuni.mqcc.mq.oz> Organization: Mortice Kern Systems Inc., Waterloo, Ontario, CANADA Lines: 15 In article <269@macuni.mqcc.mq.oz>, news@macuni.mqcc.mq.oz (USENET News System) writes: > > Does any shell wizard out there know what standard shells will be available on > UNIX System V.4. That is, I've heard ksh will be, what about csh and will it > have any enhancements. What about sh (and which version, will it have functions > etc. or just be the standard BSD /bin/sh with very little). Why would System V.4 have the BSD /bin/sh? The V.4 shell is the V.3.2 shell with job control. Job control is not enabled by default, only when the shell is interactive and invoked as "jsh". Presumably they used this method instead of Korn's -m option so that you just change your login shell to /bin/jsh. (This is from the new SVID, I haven't seen V.4 yet).