diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2010-04-16 22:11:57 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:12 +0200 |
commit | ca3ad7aae610924fc2de2c746ca6a9d2e31167ab (patch) | |
tree | 0cee2a134fc9152db72d466d53cda717b2ea593a /system/ksh/README | |
parent | bcbfbf9ed5e833fa59ece3367fe6361f667bbc06 (diff) | |
download | slackbuilds-ca3ad7aae610924fc2de2c746ca6a9d2e31167ab.tar.gz |
system/ksh: Added (OpenBSD ksh ported to Linux)
Diffstat (limited to 'system/ksh/README')
-rw-r--r-- | system/ksh/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/ksh/README b/system/ksh/README new file mode 100644 index 0000000000..4d41bf5e2f --- /dev/null +++ b/system/ksh/README @@ -0,0 +1,17 @@ +This package is a patched version of the OpenBSD ksh, which is based on +the original PD-ksh, but heavily modified and maintained by OpenBSD +developers. "Patched" means ported to Linux. +You can download the source package from a mirror listed in the +slackbuild's info file, or you can always checkout the latest source +from OpenBSD's repository. + +PD-ksh is a clone of the AT&T Korn shell. + +PD-ksh has most of the ksh88 features, not much of the ksh93 features, +and a number of its own features. +Strong points are: +It is free and quite portable - you should be able to compile it easily +on pretty much any unix box. +The vi editing mode is better (IMHO) than that of ksh88 or ksh93 +(command/file completion using tab (optional), less buggy). +Its weak points are that there are still a few differences from ksh88. |