Started just directly editing the Readme.md file
authorMilad Fatenejad <milad@flash.uchicago.edu>
Sun, 1 Apr 2012 02:23:25 +0000 (21:23 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 22:56:00 +0000 (15:56 -0700)
1-Shell/Readme.md
1-Shell/Readme.rst [deleted file]

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.
 
diff --git a/1-Shell/Readme.rst b/1-Shell/Readme.rst
deleted file mode 100644 (file)
index 511d8e0..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-
-The Shell
-________________________
-
-
-`Back To The Menu <http://github.com/thehackerwithin/UofCSCBC2012/>`_ - 
-`Forward to Python Variables <http://github.com/thehackerwithin/UofCSCBC2012/tree/master/2a-PythonVariables/>`_
-
-----
-
-**Presented By : Milad Fatenejad**
-
-**Based on a presentation By: ??????**
-
-`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 with a
-keyboard instead of controlling graphical user interfaces (GUIs) with
-a mouse/keyboard combination.
-
-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
-
-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.
-