2023-03-23 15:31:59 +01:00
|
|
|
ksh93u+ is the 2012-08-01 (stable) version of the KornShell Language
|
|
|
|
described in "The KornShell Command and Programming Language," by
|
|
|
|
Morris Bolsky and David Korn of AT&T Bell Laboratories. The KornShell
|
|
|
|
is a shell programming language, which is upward compatible with "sh"
|
2019-05-28 04:35:40 +02:00
|
|
|
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
|
2023-03-23 15:31:59 +01:00
|
|
|
9945.2 Shell and Utilities standard. ksh93u+ provides an enhanced
|
2019-05-28 04:35:40 +02:00
|
|
|
programming environment in addition to the major command-entry
|
2023-03-23 15:31:59 +01:00
|
|
|
features of the BSD shell "csh". With ksh93u+, medium-sized programming
|
2019-05-28 04:35:40 +02:00
|
|
|
tasks can be performed at shell-level without a significant loss
|
2023-03-23 15:31:59 +01:00
|
|
|
in performance. In addition, "sh" scripts can be run on ksh93u+
|
2019-05-28 04:35:40 +02:00
|
|
|
without modification.
|