GNU Bash
https://www.gnu.org/software/bash/bash.html
Bash is the GNU Project's shell. Bash is the Bourne Again SHell. Bash is an sh-compatible 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.
Fish
http://fishshell.com/
Fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family.
-
Fish tutorial
Introduction to the fish shell. Should be your first read.
-
Oh my fish
Framework for managing your fish shell configuration inspired by Oh My ZSH.
Z shell
http://www.zsh.org/
Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.
-
Oh my Zsh
Oh-My-Zsh is an open source, community-driven framework for managing your ZSH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout...
Comments ( 0 )