Jump to content

Mksh: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Better known as just '''Mksh''', the MirBSD [[Korn Shell]] is a [[UNIX]] command line shell that has been ported to OS/2 by [[KO Myung-Hun]], it is commonly used as an alternative to older [[Bash]] style shells when compiling/porting programs originally developed by UNIX style systems.
The '''MirBSD Korn Shell''' ('''mksh''') is a [[UNIX]] command line shell that has been ported to OS/2 by [[KO Myung-Hun]], it is commonly used as an alternative to older [[Bash]] style shells when compiling/porting programs originally developed by UNIX style systems.
 
It offers the Korn Shell programming language and could be used as a successor to the Public Domain Korn Shell (pdksh).


==Versions==
==Versions==
* Mksh R52c (2016-03-06)
* Mksh R53a - [http://hobbes.nmsu.edu/download/pub/os2/util/shell/mksh-R53a.zip mksh-R53a.zip] (2016-08-13)


==Links==
==Links==
* [https://www.mirbsd.org/mksh.htm Mksh home page]
* [https://www.mirbsd.org/mksh.htm Mksh home page]
* [https://github.com/komh/mksh-os2 Mksh OS/2 port] - On [[GitHub]]
* [https://github.com/komh/mksh-os2 Mksh OS/2 port - GitHub]]


==Authors==
==Authors==
* [[KO Myung-Hun]]
* [[KO Myung-Hun]]


[[Category:Tools]][[Category:Generic Unix Tools]]
[[Category:Open Source Software]]

Revision as of 17:17, 20 October 2016

The MirBSD Korn Shell (mksh) is a UNIX command line shell that has been ported to OS/2 by KO Myung-Hun, it is commonly used as an alternative to older Bash style shells when compiling/porting programs originally developed by UNIX style systems.

It offers the Korn Shell programming language and could be used as a successor to the Public Domain Korn Shell (pdksh).

Versions

Links

Authors