fp-wiki>ImportUser (Imported from MoinMoin) |
(Updated the page a bit accordingly to suggestions of upstream) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
= MirBSD Korn Shell = | = MirBSD Korn Shell = | ||
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. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use, being a bourne shell replacement, pdksh successor and an alternative to the C shell. | 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. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use, being a bourne shell replacement, pdksh successor and an alternative to the C shell. | ||
== How To Install == | == How To Install == | ||
Mksh is available in Fedora since Fedora Core 6. It can be easily installed by typing (as <code>root</code>): | |||
<pre> | <pre> | ||
yum install mksh | yum install mksh | ||
Line 13: | Line 12: | ||
<pre> | <pre> | ||
mksh -l | mksh -l | ||
</pre> | |||
It can be useful to copy the example <code>.mkshrc</code> into your home directory: | |||
<pre> | |||
cp /usr/share/doc/mksh-*/dot.mkshrc ~/.mkshrc | |||
</pre> | </pre> | ||
Now you're running the MirBSD Korn Shell. Further information can be found on the [http://mirbsd.de/mksh mksh] website. | Now you're running the MirBSD Korn Shell. Further information can be found on the [http://mirbsd.de/mksh mksh] website. | ||
[[Category:Packages|mksh]] | |||
Latest revision as of 19:33, 15 December 2008
MirBSD Korn Shell
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. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use, being a bourne shell replacement, pdksh successor and an alternative to the C shell.
How To Install
Mksh is available in Fedora since Fedora Core 6. It can be easily installed by typing (as root
):
yum install mksh
If you would like to quick start, just run the following command:
mksh -l
It can be useful to copy the example .mkshrc
into your home directory:
cp /usr/share/doc/mksh-*/dot.mkshrc ~/.mkshrc
Now you're running the MirBSD Korn Shell. Further information can be found on the mksh website.