From Fedora Project Wiki

mNo edit summary
(Removed the too often changing part)
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 ==
Line 15: Line 14:
</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.
== Available Packages ==
* Fedora 7: [http://download.fedoraproject.org/pub/fedora/linux/updates/7/i386/mksh-33-1.fc7.i386.rpm i386] , [http://download.fedoraproject.org/pub/fedora/linux/updates/7/x86_64/mksh-33-1.fc7.x86_64.rpm x86_64] , [http://download.fedoraproject.org/pub/fedora/linux/updates/7/ppc/mksh-33-1.fc7.ppc.rpm ppc] , [http://download.fedoraproject.org/pub/fedora/linux/updates/7/ppc64/mksh-33-1.fc7.ppc64.rpm ppc64]
* Fedora 8: [http://download.fedoraproject.org/pub/fedora/linux/updates/8/i386/mksh-33-1.fc8.i386.rpm i386] , [http://download.fedoraproject.org/pub/fedora/linux/updates/8/x86_64/mksh-33-1.fc8.x86_64.rpm x86_64] , [http://download.fedoraproject.org/pub/fedora/linux/updates/8/ppc/mksh-33-1.fc8.ppc.rpm ppc] , [http://download.fedoraproject.org/pub/fedora/linux/updates/8/ppc64/mksh-33-1.fc8.ppc64.rpm ppc64]
* Fedora Development: [http://download.fedoraproject.org/pub/fedora/linux/development/i386/os/Packages/mksh-33-1.fc9.i386.rpm i386] , [http://download.fedoraproject.org/pub/fedora/linux/development/x86_64/os/Packages/mksh-33-1.fc9.x86_64.rpm x86_64] , [http://download.fedoraproject.org/pub/fedora/linux/development/ppc/os/Packages/mksh-33-1.fc9.ppc.rpm ppc] , [http://download.fedoraproject.org/pub/fedora/linux/development/ppc64/os/Packages/mksh-33-1.fc9.ppc64.rpm ppc64]
* EPEL 4: [http://download.fedoraproject.org/pub/epel/testing/4/i386/mksh-33-1.el4.i386.rpm i386] , [http://download.fedoraproject.org/pub/epel/testing/4/x86_64/mksh-33-1.el4.x86_64.rpm x86_64] , [http://download.fedoraproject.org/pub/epel/testing/4/ppc/mksh-33-1.el4.x86_64.rpm ppc]
* EPEL 5: [http://download.fedoraproject.org/pub/epel/testing/5/i386/mksh-33-1.el5.i386.rpm i386] , [http://download.fedoraproject.org/pub/epel/testing/5/x86_64/mksh-33-1.el5.x86_64.rpm x86_64] , [http://download.fedoraproject.org/pub/epel/testing/5/ppc/mksh-33-1.el5.x86_64.rpm ppc]


[[Category:Packages|mksh]]
[[Category:Packages|mksh]]

Revision as of 18:00, 25 October 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

Bitlbee 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

Now you're running the MirBSD Korn Shell. Further information can be found on the mksh website.