Command-Line Interpreter
(Redirected from Command-line interpreter)
Jump to navigation
Jump to search
See: Command-Line Interface, Operating System, Programming Environemnt, CLI, Unix Shell, bash Unix Shell, Command-line Interpreter.
References
2011
- http://en.wikipedia.org/wiki/Command-line_interpreter#Command-line_interpreter
- A command-line interpreter (also called a command line shell, command language interpreter, or abbreviated as CLI) is a computer program that reads lines of text entered by a user and interprets them in the context of a given operating system or programming language.
Command-line interpreters allow users to issue various commands in a very efficient (and often terse) way. This requires the user to know the names of the commands and their parameters, and the syntax of the language that is interpreted.
- A command-line interpreter (also called a command line shell, command language interpreter, or abbreviated as CLI) is a computer program that reads lines of text entered by a user and interprets them in the context of a given operating system or programming language.