From: W. Trevor King Date: Mon, 11 Feb 2013 11:47:29 +0000 (-0500) Subject: shell/Readme.md: Fix 'swsc' -> 'swc' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcd1f54423ebb0f719ece50241ee03acbaa9df00;p=swc-workshop.git shell/Readme.md: Fix 'swsc' -> 'swc' typo --- diff --git a/shell/Readme.md b/shell/Readme.md index e8ad3f7..043477a 100644 --- a/shell/Readme.md +++ b/shell/Readme.md @@ -264,7 +264,7 @@ these together, so: ls ../../ -prints the contents of `/home/swsc` 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