Skip to content

Commit

Permalink
Update CLI slides
Browse files Browse the repository at this point in the history
Change cp to mv as per the text
Close off <code> to make "-a" visible
  • Loading branch information
nanoxd committed Jun 22, 2013
1 parent ec58e2c commit 7fa1c3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/slides.html
@@ -1,4 +1,3 @@

<html>
<head>
<!--[if gte IE 9]>
Expand Down Expand Up @@ -508,7 +507,7 @@ <h2></h2>
mydir/
myfile.txt
</pre>
<p>For more details, use <code>-l</code>, and to see hidden files, use <code-a</code>:
<p>For more details, use <code>-l</code>, and to see hidden files, use <code>-a</code>:
<pre>
username@hostname: ls -al
-rw-r--r-- 16 pamelafox staff 544 19 Mar 11:40 .dropbox
Expand Down Expand Up @@ -591,7 +590,7 @@ <h2></h2>
<p>To copy a file, use the <code>cp</code> command:
<pre>cp newfile.txt newerfile.txt</pre>
<p>To move a file, use the <code>mv</code> command:
<pre>cp newerfile.txt betterfilename.txt</pre>
<pre>mv newerfile.txt betterfilename.txt</pre>
<p>To remove a file, use the <code>rm</code> command:
<pre>rm betterfilename.txt</pre>

Expand Down

0 comments on commit 7fa1c3e

Please sign in to comment.