mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
235a81d83c
ksh93u+ and v-. See github commit 0be82553e98be77238577bc0eaafda0f1cf807fe. To learn how and why our att/ast upstream made this decision see https://github.com/att/ast/issues/1464 and https://github.com/att/ast/issues/1466. The next steps will be to update shells/ksh93-devel to att/ast master. shells/ksh93 will likely be based on att/ast master at 0be82553e98be77238577bc0eaafda0f1cf807fe or some future tag or branch.
14 lines
722 B
Plaintext
14 lines
722 B
Plaintext
KSH-93 is the most recent 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"
|
|
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
|
|
9945.2 Shell and Utilities standard. KSH-93 provides an enhanced
|
|
programming environment in addition to the major command-entry
|
|
features of the BSD shell "csh". With KSH-93, medium-sized programming
|
|
tasks can be performed at shell-level without a significant loss
|
|
in performance. In addition, "sh" scripts can be run on KSH-93
|
|
without modification.
|
|
|
|
WWW: http://www.kornshell.com/
|