diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:43:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:43:23 +0000 |
commit | e200ad3375f312d9d3055ed1b4399480cbf76187 (patch) | |
tree | dd2b1471660b6a43a96584fbf42367ba0013abc5 /shells/ksh93/pkg-descr | |
parent | 5141371f64f6af1eb9342cee00dbfb69af75e0de (diff) |
Notes
Diffstat (limited to 'shells/ksh93/pkg-descr')
-rw-r--r-- | shells/ksh93/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/ksh93/pkg-descr b/shells/ksh93/pkg-descr new file mode 100644 index 000000000000..9a1de41f0114 --- /dev/null +++ b/shells/ksh93/pkg-descr @@ -0,0 +1,16 @@ +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/ + +- Christian Weisgerber + naddy@mips.rhein-neckar.de |