GNU Bourne Again SHell
Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh).
Ergonomica is a cross-platform shell language, implemented in Python. Ergonomica aims to modernize the terminal, in an easily-extensible and usable language, independent...
ergonomica is a crossplatform shell language, implemented in python. ergonomica aims to modernize the terminal, in an easilyextensible and usable language, independent of the os on which it runs. it uses existing core utilities such as the os and shutil packages, as well as other utilities written in python, such as the suplemon editor, providing builtin tools that are not osdependent. existing python language features such as asynchronous returning may replace components of the shell such as piping.
shell shell-replacement shell-enhancement
Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh).
Free Open Source Linux BSD
This is a reimplementation for Unix, by Byron Rakitzis, of the Plan 9 shell. rc offers much the same capabilities as a traditional Bourne shell, but with a much cleaner...
Free Open Source Linux