fidian/multishell-ksh93
Contains every version of the Kohn shell (1993 base, 93u+) from AT&T Research Labs. All of the shells are located in /usr/local/bin
and have the source code's release version as their version number.
These shells, and many others, are included within the Multishell Docker Image. The additional scripts that are included on this image will be described there.
ksh93-2002-06-28
ksh93-2004-02-29
ksh93-2004-12-25
ksh93-2005-02-02
ksh93-2006-01-24
ksh93-2006-02-14
ksh93-2007-01-11
ksh93-2007-03-28
ksh93-2007-06-28
ksh93-2007-11-05
ksh93-2008-02-02
ksh93-2008-07-25
ksh93-2008-11-04
ksh93-2008-12-12
ksh93-2009-05-01
ksh93-2009-05-05
ksh93-2009-06-30
ksh93-2009-10-21
ksh93-2009-11-30
ksh93-2009-12-06
ksh93-2009-12-11
ksh93-2009-12-24
ksh93-2010-02-02
ksh93-2010-03-09
ksh93-2010-05-27
ksh93-2010-06-21
ksh93-2010-07-01
ksh93-2010-08-11
ksh93-2010-08-26
ksh93-2010-09-24
ksh93-2010-10-10
ksh93-2010-10-26
ksh93-2010-11-22
ksh93-2010-12-01
ksh93-2010-12-12
ksh93-2010-12-21
ksh93-2011-01-04
ksh93-2011-01-18
ksh93-2011-01-27
ksh93-2011-01-31
ksh93-2011-02-02
ksh93-2011-02-08
ksh93-2011-04-15
ksh93-2011-04-28
ksh93-2011-05-05
ksh93-2011-06-30
ksh93-2012-01-01
ksh93-2012-02-02
ksh93-2012-02-14
ksh93-2012-02-29
ksh93-2012-05-18
ksh93-2012-05-31
ksh93-2012-06-12
ksh93-2012-06-20
ksh93-2012-06-26
ksh93-2012-06-28
ksh93-2012-07-27
ksh93-2012-08-01
You can generate this list yourself using this command:
( cd /usr/local/bin; for F in *; do if [[ -L "$F" ]]; then echo "$F -> $(readlink "$F")"; else echo "$F"; fi; done ) | sort -V
Source: https://src.fedoraproject.org/lookaside/pkgs/rpms/ksh/
Git repository containing all source code and patches that were used to build the binaries: https://github.com/multishell/ksh93
Meant to be built using the these tools: https://github.com/multishell/multishell-scripts
docker pull fidian/multishell-ksh93