Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ksh: The Original ATT Korn Shell
Name: | ksh |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 20080202 |
License: | Common Public License Version 1.0 |
Release: | 14.SEL5_3 |
URL: | http://www.kornshell.com/ |
- Summary
- KSH-93 is the most recent version of the KornShell by David Korn of
AT&T Bell Laboratories.
KornShell is a shell programming language, which is upward compatible
with "sh" (the Bourne Shell).
Changelog
- * Sat Jul 11 01:00:00 2009 Michal Hlavinka <mhlavink{%}redhat{*}com> 20080202-14
-
- fix typeset value assign in an asynchronously called function (#507562)
- * Wed Jun 10 01:00:00 2009 Michal Hlavinka <mhlavink{%}redhat{*}com> 20080202-13
-
- build with the logging ability (#502747)
- * Fri May 8 01:00:00 2009 Michal Hlavinka <mhlavink{%}redhat{*}com> 20080202-12
-
- make braces non-optional for ${a[i]} inside [[...]] in the case
where the argument can be a pattern.