
the xonsh shell
Xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.
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).
bash is the shell, or command language interpreter, that will appear in the gnu operating system. bash is an shcompatible shell that incorporates useful features from the korn shell (ksh) and c shell (csh). it is intended to conform to the ieee posix p1003.2/iso 9945.2 shell and tools standard. it offers functional improvements over sh for both programming and interactive use. in addition, most sh scripts can be run by bash without modification.
the improvements offered by bash include:
* command line editing * unlimited size command history * job control * shell functions and aliases * indexed arrays of unlimited size * integer arithmetic in any base from two to sixtyfour
Productivity Developer Tools Utilities
command-line-interface command-line developer-tools shell interpreter terminal-client tty unix