ksh
From NetBSD Wiki
The Korn shell, or ksh(1), is an extended version of the bourne shell (see sh). The NetBSD version of ksh is actually pdksh, the public domain korn shell [1]. This shell is also described in the POSIX specification and thus one can assume it is available on any POSIX-compatible system and behaves the same on each.
The extensions it adds to the bourne shell include:
- More advanced "globbing" (aka wildcard expansion)
- Better history browsing and command line editing (vi mode and emacs modes are available)
