Lesson4 etc.

This commit is contained in:
gauthiier
2015-02-18 08:30:20 +01:00
parent fa93688603
commit 6095baeac4
17 changed files with 792 additions and 23 deletions
+4 -4
View File
@@ -9,21 +9,21 @@
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/html5.css">
</head>
<body>
<content>
<h2 id="cli-or-the-command-line-interface">CLI or the Command Line Interface</h2>
<h1 id="cli-or-the-command-line-interface">CLI or the Command Line Interface</h1>
<p>The Command Line Interface is the most common and pervasive interface directly linking fingers typing on a keyboard (text) and the computer (commands). The CLI is a legacy mode of operating computing system which can be traced back to early telegraphic devices. In this lesson we will look at your computer's own CLI and present ways in which you can use it to write, manipulate, analyse and transform text on your own computer system.</p>
<div class="figure">
<img src="img/rkwk101.gif" />
</div>
<h3 id="goals">Goals</h3>
<p>The aim of this lesson is for readers to develop an appreciation of the advantages of using the CLI for certain types of work involving text editing on a computer. As the CLI itself is text based, our goal is to present the history of the CLI and discuss how text-based computer interfaces are still up to this day on of the most important ways to communicate with the computer systems.</p>
<p>The goals of the lesson are:</p>
<p>The goals of this lesson are:</p>
<ol style="list-style-type: decimal">
<li>Acquire basic knowledge on how to operate the CLI of your own computer.</li>
<li>Acquire just-enough basic CLI vocabulary to be used in future work.</li>
<li>Acquire just-enough CLI vocabulary to be used in future work.</li>
</ol>
<h3 id="how">How</h3>
<p>To access to the Command Line Interface of your computer you need a Command Line Interpreter. Every mdoern Operating System (OS) have such interpreter built-in. In fact, the Command Line Interpreter are legacy systems on most OS (OSX, Windows, Linux, Unix, etc.) because there was a time when interfacing with a computer was solely done typing commands on a terminal.<a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> Most computer programmers, even nowadays, use the computer CLI on a daily basis to write and run software and even to debug hardware.</p>