List of command-line interpreters

From HandWiki
Short description: None

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

Main page: Software:Shell (computing)

AmigaOS

  • Amiga CLI/Amiga Shell

Unix-like systems

There are many variants of Unix shell:

Microsoft Windows

Native

  • COMMAND.COM, the original Microsoft command line processor introduced on MS-DOS as well as Windows 9x, in 32-bit versions of NT-based Windows via NTVDM
  • cmd.exe, successor of COMMAND.COM introduced on OS/2 and Windows NT systems, although COMMAND.COM is still available in virtual DOS machines on IA-32 versions of those operating systems also.
  • Recovery Console
  • Windows PowerShell, a command processor based on .NET Framework
  • Hamilton C shell, a clone of the Unix C shell by Hamilton Laboratories
  • Take Command Console (4NT), a clone of CMD.EXE with added features by JP Software
  • Take Command, a newer incarnation of 4NT

Unix/Linux compatibility layer and POSIX subsystem

CP/M

  • Console Command Processor (CCP), the default command line interpreter
  • ZCPR for the Z-System
  • Microshell

DOS

Main page: Engineering: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

OS/2

IBM i

Main page: Software:IBM i

Apple computers

Mobile devices

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

Network routers

Minicomputer CLIs

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

See also

References

pl:Powłoka systemowa