List of command-line interpreters

From Wikipedia
Revision as of 07:04, 5 May 2026 by ~2026-27289-83 (talk) (m.e. brushup made clear what is active and wját is passive and CLI vs cli - to lift the cloud upon ClI ;))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This list includes notable command-line interpreter (CLI) – programs that interactively interpret programming languages and provide a command-line interface (cli) into which a user can enter commands.

Operating system shells

Most operating systems are accessible via a shell – a command line interpreter. In some cases multiple shells are available.

This category somewhat overlaps with the general programming section since an operating system shell supports programming, and the line between operating system access and general programming is sometimes less than clear. For example, some versions of BASIC served as a shell, and BASIC is also a general-purpose language.

Unix-like

Windows

DOS

  • COMMAND.COM, the default command-line interpreter
  • 4DOS, a compatible, but more advanced shell
  • NDOS, provided with some versions of Norton Utilities
  • GW-BASIC

OS/2

Apple

CP/M

IBM i

Network routers

Other

General-purpose programming

Software debugging

Database development

  • sqsh, a shell available with some SQL implementations for database queries and other tasks.
  • Google Shell, a browser-based front-end for Google Search

Scientific and engineering software

See also

References