Command-Line Interface

From GM-RKB
(Redirected from Command Line UI)
Jump to navigation Jump to search

A Command-Line Interface is a user interface in which the user can type software system expressions.



References

2014

  • (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/Command-line_interface Retrieved:2014-5-12.
    • A command-line interface (CLI), also known as command-line user interface, console user interface, and character user interface (CUI), is a means of interacting with a computer program where the user (or client) issues commands to the program in the form of successive lines of text (command lines).

      The CLI was the primary means of interaction with most computer systems until the introduction of the video display terminal in the mid-1960s, and continued to be used throughout the 1970s and 1980s on Unix systems and personal computer systems including MS-DOS, CP/M and Apple DOS. The interface is usually implemented with a command line shell, which is a program that accepts commands as text input and converts commands to appropriate operating system functions.

      Command-line interfaces to computer operating systems are less widely used by casual computer users, who favor graphical user interfaces. Command-line interfaces are often preferred by more advanced computer users, as they often provide a more concise and powerful means to control a program or operating system.

      Programs with command-line interfaces are generally easier to automate via scripting.

      Alternatives to the command line include, but are not limited to text user interface menus (see IBM AIX SMIT for example), keyboard shortcuts, and various other desktop metaphors centered on the pointer (usually controlled with a mouse).