diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2012-11-19 14:26:37 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-11-19 16:52:08 -0600 |
commit | f5e7485b6c8bfe3ea57ba4f5334fb963353e91d7 (patch) | |
tree | fde24af9290c0c090ef2af186340b63ba4161985 /system/ksh-openbsd/README | |
parent | fb80020f10a2063b7273ffe8e4d18a1caed70028 (diff) | |
download | slackbuilds-f5e7485b6c8bfe3ea57ba4f5334fb963353e91d7.tar.gz |
system/ksh-openbsd: Added (OpenBSD's pdksh ported to Linux)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/ksh-openbsd/README')
-rw-r--r-- | system/ksh-openbsd/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/ksh-openbsd/README b/system/ksh-openbsd/README new file mode 100644 index 0000000000..56d8252f8e --- /dev/null +++ b/system/ksh-openbsd/README @@ -0,0 +1,14 @@ +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. 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). |