440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
developed   {key13}


MirBSD Korn Shell R33 (Default branch)

FreshMeat

Monday March 3, 2008. 09:38 AM
FreshMeat

The MirBSD Korn Shell (mksh) is an actively developed successor of pdksh (the Public Domain Korn Shell), aimed at producing a shell good for interactive use, but with the primary focus on scripting. It is intended to be portable to most *nix-like operating systems as long as they're not too obscure. mksh incorporates improvements from OpenBSD and Debian, as well as bugfixes and enhancements developed for the MirOS, FreeWRT, and MidnightBSD projects. The emacs command line editing mode is UTF-8 capable, and Byte Order Marks are ignored in scripts. The shell supports large files, as well as all pdksh and some csh, AT&T ksh, and GNU bash features, is compatible with the Bourne shell and POSIX (within limits), has no limit on array sizes, and incorporates some other useful builtins and features. While being already fast and small (without losing functionality), flags to make it even smaller can be given at compile time. An interactive shell reads "~/.mkshrc" on startup. License: DFSG approved Changes: mksh now supports here documents (foo <<<$string) and string replacement substitutions (${str/foo*bar/baz}). There are no longer namespace conflicts between aliases and POSIX functions (e.g. for using stop() as a function name in sysvinit scripts), so mksh no longer handles being called as simply sh specially. The dot and source commands now require an argument. The "print" builtin now has x## and u#### escapes that emit raw octets and UTF-8, respectively.
MirBSD Korn Shell (mksh) actively developed successor pdksh (the Public Domain Korn MirBSD Korn Shell (Default branch)
MirBSD Korn Shell R33 (Default branch) Read more at FreshMeat
www.pheedo.com/click.phdo?i=62d6b2c1856854528f08846178811b1d

 

 Related News 

Search

Download Zicos
Mon September 8, 05:59 AM
developed   {key13}