Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 607 Bytes

Compare Shell Builtins

Purpose: Compares shell builtin commands.

This program compares the names of shell builtin commands with the builtin commands of Bash. The currently supported shells are: elvish, fish, ksh, tcsh and zsh.

Usage

cmp_builtins <shell name>
cmp_builtins --help|-h
cmp_buildins --version

Restrictions

  • <shell name> has to be a value out of: elvish, fish, ksh, tcsh and zsh.
  • The shell, for which you call cmp_builtins should be installed. Be cautious: Currently the program does not check, if the shells are installed!