ksh availability

WeinertKD kenw at druid.UUCP
Thu Mar 14 00:03:32 AEST 1985


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



More information about the Comp.unix mailing list