Can Sonic add ATT KSH as ksh93?

General discussions and other topics.
2 posts Page 1 of 1
by jwilkie » Sat Jul 26, 2014 11:36 pm
I am a developer writing korn shell scripts that I wish to run on commercial UNIX machines using AIX, Solaris and/or HPUX as their OS. I logged into shell.sonic.net and checked the version of their /bin/ksh and found that it was
"PD KSH v5.2.14" or the Public Domain version of ksh. Unfortunately, for myself, psksh does not support arrays and I just happen to use a lot of arrays in my shell scripts. The UNIX boxes use ATT version of ksh while Linux uses the
pdksh version.

Is there a way for Sonic to add the ATT version of ksh? I found that ATT has released its korn shell into the public domain and either the source or binary can be freely downloaded onto Linux machines. The URL is http://www2.research.att.com/~astopen/download/ and I believe that the ksh is the 1993 version. It would be nice if Sonic did download the binary and installed it as /bin/ksh93. I don't think it would be confusing to have two versions of ksh, and definitely, with ksh93, you would have an upgraded version of "ksh".
by Jason Wells » Wed Aug 13, 2014 10:31 pm
You could build it in you home directory and just run that copy, or switch to bash.
2 posts Page 1 of 1