


A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. This text-only interface contrasts with the use of a mouse pointer with a graphical user interface (GUI) to click on options, or menus on a text user interface (TUI) to select options.
Welcome to CWAnswers
CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.
Weblinks for Command Line
Top 10 for Command Line
Things about Command Line you find nowhere else.
Select content modules
commandliners
# killall -9 X ... Monitoring HTTP requests from the command line. 04.20.09 | rafacas | No Comments ... was the command line (Neal Stephenson) Categories ...commandliners.com/command line Blog posts | TechRepublic
White papers, case studies, technical articles, and blog posts relating to command line ... Blog posts 2007-10-15. Cut down on Linux command-line typing with ...search.techrepublic.com.com/index.php?q=command+line&t=1Command Line | Blog de Pablo Vernocchi
Blog de Pablo Vernocchi. Blog técnico para la comunidad ITPro. Posts Tagged command line' ... Tags: 2007, command line, linea de comandos, modificadores, ...www.eseutil.net/blog/tag/command-lineCommand Line — Blogs, Pictures, and more on WordPress
Tags: Linux Command Line, Lewis, lewis cowles, cowles, biglew, Linux, ... using command line — 1 ... Command Line tool to select files older than a ...en.wordpress.com/tag/command-line/Command Line SIP Client " pjsip blog
I share the belief the command line SIP clients are useful. ... There are more simple to use line unix SIP command clients based on PJSIP here: ...blog.pjsip.org/2008/01/21/command-line-sip-client/


A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. This text-only interface contrasts with the use of a mouse pointer with a graphical user interface (GUI) to click on options, or menus on a text user interface (TUI) to select options.
This method of instructing a computer to perform a given task is referred to as "entering" a command: the system waits for the user to conclude the submitting of the text command by pressing the "Enter" key (a descendant of the "carriage return" key of a typewriter keyboard). A command-line interpreter then receives, analyses, and executes the requested command. The command-line interpreter may be run in a text terminal or in a terminal emulator window as a remote shell client such as PuTTY. Upon completion, the command usually returns output to the user in the form of text lines on the CLI. This output may be an answer if the command was a question, or otherwise a summary of the operation.
The concept of the CLI originated when teletype machines (TTY) were connected to computers in the 1950s, and offered results on demand, compared to 'batch' oriented mechanical punch card input technology. Dedicated text-based CRT terminals followed, with faster interaction and more information visible at one time, then graphical terminals enriched the visual display of information. Currently personal computers encapsulate both functions in software.
The CLI continues to co-evolve with GUIs like those provided by Microsoft Windows, Mac OS and the X Window System. In some applications, such as MATLAB and AutoCAD, a CLI is integrated with the GUI, with the benefits of both.
Usage
A CLI is used whenever a large vocabulary of commands or queries, coupled with a wide (or arbitrary) range of options, can be entered more rapidly as text than with a pure GUI. This is typically the case with operating system command shells. Also, some computer languages (such as Python, Forth, LISP and many dialects of BASIC) provide an interactive command line mode to allow for experimentation.
CLIs are often used by programmers and system administrators, in engineering and scientific environments, and by technically advanced personal computer users. CLIs are also popular among people with visual disability, since the commands and feedbacks can be displayed using Refreshable Braille displays.
A program that implements such a text interface is often called a command-line interpreter or shell. Examples include the various Unix shells (sh, ksh, csh, tcsh, bash, etc.), the historical CP/M, and MS-DOS/IBM-DOS's COMMAND.COM, the latter two based heavily on DEC's RSX and RSTS CLIs. (DOS, i.e. MS-DOS/IBM-DOS, is actually is based on CP/M, DOS having been originally written as a substitute for CP/M-86 when its release was delayed.)




















