List of command-line interpreters

In computing, a command-line interpreter, or command language interpreter, is a blanket term for a certain class of programs designed to read lines of text entered by a user, thus implementing a command-line interface.

Operating system shells

Unix-like systems

There are many variants of Unix shell:

Microsoft Windows

Note that most OS shells in Microsoft Windows are not command-line interpreters.

Native

Unix-styled and POSIX emulators

DOS

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

OS/2

  • CMD.EXE, the default command-line interpreter
  • 4OS/2, a compatible, but more advanced shell by JP Software

IBM OS/400

Apple computers

Mobile devices

  • DROS, Java ME platform based DOS-like shell for smartphones

Network routers

Other

Programming

Language systems

Debuggers

Scientific and engineering software

Programming languages

Database queries

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

References

See also