CLI: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Command line interface<ref>http://www.flaticon.com/</ref> A command-line interface or command language interpreter (CLI), also known as...")
 
No edit summary
Line 8: Line 8:
== Command line ==  
== Command line ==  


 
[File:Davechild linux-command-line.pdf]





Revision as of 10:33, 25 August 2016

Command line interface[1]


A command-line interface or command language interpreter (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).[2]


Command line

[File:Davechild linux-command-line.pdf]


References

[[Category:basic