Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site druid.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!drutx!druid!kenw From: kenw@druid.UUCP (WeinertKD) Newsgroups: net.followup,net.unix Subject: Re: ksh availability Message-ID: <885@druid.UUCP> Date: Wed, 13-Mar-85 09:03:32 EST Article-I.D.: druid.885 Posted: Wed Mar 13 09:03:32 1985 Date-Received: Thu, 14-Mar-85 05:10:18 EST References: <333@ho95b.UUCP> Organization: AT&T Information Systems Laboratories, Denver Lines: 11 Xref: watmath net.followup:4647 net.unix:3924 One minor correction. A SYS5R2 shell program will run under ksh, but vice-versa may not work. The currently available ksh will accept either definition for functions fun_name () { | function fun_name { stuff | stuff } | } This was done for compatability with the SYS5R2 shell. Ken Weinert