List of command-line interpreters

From Wikipedia, the free encyclopedia
  (Redirected from Command line interpreter)
Jump to: navigation, search

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.

Contents

Operating system shells [edit]

Unix-like systems [edit]

There are many variants of Unix shell:

Microsoft Windows [edit]

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

Native [edit]

Unix-styled and POSIX emulators [edit]

DOS [edit]

OS/2 [edit]

IBM OS/400 [edit]

Apple computers [edit]

Mobile devices [edit]

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

Network routers [edit]

Other [edit]

Programming [edit]

Language systems [edit]

Debuggers [edit]

Scientific and engineering software [edit]

Scripting programming languages [edit]

Database queries [edit]

  • 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 [edit]

See also [edit]