projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43914d3
)
shell/Readme.md: Fix 'swsc' -> 'swc' typo
author
W. Trevor King
<wking@tremily.us>
Mon, 11 Feb 2013 11:47:29 +0000
(06:47 -0500)
committer
W. Trevor King
<wking@tremily.us>
Wed, 23 Oct 2013 23:10:59 +0000
(16:10 -0700)
shell/Readme.md
patch
|
blob
|
history
diff --git
a/shell/Readme.md
b/shell/Readme.md
index e8ad3f794b6f3507f8b2c605c755ec617860dcb0..043477a47c53ccf84799d916abf5d8fb5b90a421 100644
(file)
--- a/
shell/Readme.md
+++ b/
shell/Readme.md
@@
-264,7
+264,7
@@
these together, so:
ls ../../
-prints the contents of `/home/sw
s
c` which is your home
+prints the contents of `/home/swc` which is your home
directory. Finally, the special directory `.` always refers to your
current directory. So, `ls`, `ls .`, and `ls ././././.` all do the
same thing, they print the contents of the current directory. This may