0% found this document useful (0 votes)
17 views3 pages

Command Line

A command-line user interface (CLI) allows users to interact with computer programs by issuing text-based commands. It is managed by a command language interpreter or shell and is sometimes the only means of communication with a server. While CLIs are hardware-efficient and robust, they require time for users to become accustomed to them.

Uploaded by

ojoninterview
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views3 pages

Command Line

A command-line user interface (CLI) allows users to interact with computer programs by issuing text-based commands. It is managed by a command language interpreter or shell and is sometimes the only means of communication with a server. While CLIs are hardware-efficient and robust, they require time for users to become accustomed to them.

Uploaded by

ojoninterview
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Command-Line

● A command-line user interface (CLI), also known as a


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).
● A program which handles the interface is called a
command language interpreter or shell.
● Communication with a server sometimes is only
possible using a command-line user interface.

Source: en.wikipedia.org 14
Advantages

● Does not make great demands on hardware

● It‘s robust (works almost always)

● You can even work if there is only a slow network


conncetion to distant computers

● You can work quite efficiently when used to it

15
Disadvantages

Needs some time to get used to!

16

You might also like