Shell Comparisons

You can group shells into groups:

  1. ksh - korn shell and zshell
  2. sh - bourne shell and bash (the bourne again shell)

Because

  • zsh isn't a superset of bash.
  • bash is a superset of the bourne shell.