mksh | MirBSD Korn Shell | Mehr ... |
mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a Bourne-compatible shell which is largely similar to the original AT&T Korn shell; mksh is the only pdksh derivate currently being actively developed. It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. mksh has UTF-8 support (in substring operations and the Emacs editing mode) and, while R39c corresponds to OpenBSD 4.6-current ksh (without GNU bash-like PS1 and fancy character classes), adheres to SUSv4 and is much more robust. The code has been cleaned up and simplified, bugs fixed, standards compliance added, and several enhancements (for extended compatibility to other modern shells – as well as a couple of its own) are available. This shell is Debian Policy 10.4 compliant and may be used as /bin/sh on Debian systems. . The mksh-static binary is a version of mksh, linked against dietlibc (if dietlibc exists for that Debian architecture), and optimised for small code size, for example for use on initrd or initramfs images, installation or rescue systems. . A sample ~/.mkshrc is included in /usr/share/doc/mksh/examples and provided as /etc/skel/.mkshrc conffile. |