Started just directly editing the Readme.md file
[swc-modular-shell-hearing.git] / 1-Shell / Readme.md
index 14bfb868871f464bfcd82321496845648b13118f..3141a52581af3901f3b9a1c365d904ff740777cf 100644 (file)
@@ -1,9 +1,7 @@
-The Shell \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
+# The Shell
 
 [Back To The Menu](http://github.com/thehackerwithin/UofCSCBC2012/)
--
-[Forward to Python Variables](http://github.com/thehackerwithin/UofCSCBC2012/tree/master/2a-PythonVariables/)
-
+- [Forward to Python Variables](http://github.com/thehackerwithin/UofCSCBC2012/tree/master/2a-PythonVariables/)
 
 * * * * *
 
@@ -11,7 +9,7 @@ The Shell \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
 
 **Based on a presentation By: ??????**
 
-\`What is the shell how do I access the shell?\`
+# What is the shell how do I access the shell?
 
 The *shell* is a program that presents a command line interface
 which allows you to control your computer using commands entered
@@ -21,16 +19,18 @@ with a keyboard instead of controlling graphical user interfaces
 A *terminal* is a program you run that gives you access to the
 shell. There are many different terminal programs that vary across
 operating systems. To open the default terminal in Ubuntu, just
-click... or just use the keys <ctrl\><alt\>t
-
+click... or just use CTRL+ALT+t
+        
 There are many reasons to learn about the shell. In my opinion, the
-most important reasons are that: 1. It is very common to encounter
-the shell and command-line-interfaces in scientific computing, so
-you will probably have to learn it eventually 2. The shell is a
-really powerful way of interacting with your computer. GUIs and the
-shell are complementary - by knowing both you will greatly expand
-the range of tasks you can accomplish with your computer. You will
-also be able to perform many tasks more efficiently.
+most important reasons are that: 
 
+1.  It is very common to encounter the shell and
+    command-line-interfaces in scientific computing, so you will
+    probably have to learn it eventually 
 
+2.  The shell is a really powerful way of interacting with your
+    computer. GUIs and the shell are complementary - by knowing both
+    you will greatly expand the range of tasks you can accomplish with
+    your computer. You will also be able to perform many tasks more
+    efficiently.