| Command-line Interface |
Website Links For Command |
Information AboutCommand-line Interface |
| CATEGORIES ABOUT COMMAND LINE INTERFACE | |
| user interface | |
| software engineering | |
| software architecture | |
|
A command line interface or '''CLI''' is a method of Interacting With A Computer via a Text Terminal . Commands are entered as lines of text (that is, sequences of typed characters) from a Keyboard , and output is also received as text. CLIs originated when Teletype machines were connected to computers in the 1950s . In terms of immediate interaction and feedback, they represented an advance over the use of Punch Card s. With the use of CRT s as interface devices, CLIs began evolving toward Graphical User Interface s (GUIs) like Microsoft Windows , Mac OS , and the X Window System and were largely supplanted by GUIs when Microsoft, in response to the success of Apple's release of the Macintosh OS in 1984, introduced Windows the following year. Nevertheless, a significant minority of computer users prefer to use CLIs, some due to visual disability, but most because they feel that CLIs provide an environment with enhanced productivity. They are most often used by programmers and system administrators, especially in Unix -based operating systems; in engineering and scientific environments; and by a smaller subset of technically advanced home users. In its simplest form, a CLI displays a Prompt , the user types a command on the keyboard and terminates the command (usually with the Enter key), and the computer executes the command, providing textual output. A program that implements such interface is often called a Command Line Interpreter or Shell . Examples include the various Unix Shell s (sh, ksh, csh, tcsh, bash, etc.), the historical CP/M , and DOS 's Command.com ("Command Prompt"), the latter two based heavily on DEC 's RSX and RSTS CLIs. In late 2006, Microsoft plans to release Windows PowerShell (formerly codenamed ''Monad''), which hopes to combine features of traditional Unix shells with their object-oriented .NET Framework . Windows current CLI programs like DOS and Windows Script Host are commonly considered inadequate or insecure. MinGW is a third-party software for Windows that offers a true Unix CLI. Some applications provide both a CLI and a GUI. One example is the CAD program AutoCAD . The engineering/scientific numerical computation package Matlab provides no GUI for some calculations, but the CLI can handle any calculation. The three-dimensional-modelling program Rhinoceros 3D (used to design the cases of most cell phones, as well as thousands of other industrial products) provides a CLI (whose language, by the way, is distinct from Rhino's scripting language). In some computing environments, such as the Oberon or Smalltalk user interface, most of the text which appears on the screen may be used for giving commands. The commands given to a CLI are often of the form [how [toFiles] or [how < > [outputFile |
|
|