Testing to make sure I can use lists correctly
authorMilad Fatenejad <milad@flash.uchicago.edu>
Sun, 1 Apr 2012 02:09:58 +0000 (21:09 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 22:55:55 +0000 (15:55 -0700)
1-Shell/Readme.md
1-Shell/Readme.rst

index 7b5be7b5fe47f119cc5a0e122715a1313ac5343f..14bfb868871f464bfcd82321496845648b13118f 100644 (file)
@@ -11,7 +11,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,7 +21,16 @@ 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 type <ctrl\><alt\>t
+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.
 
 
 
index ee886dbb28dc7c04459c379b942105d0a371290f..511d8e06b57239c0ebf4ba07918c49770b696915 100644 (file)
@@ -12,7 +12,7 @@ ________________________
 
 **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 with a
@@ -22,5 +22,16 @@ 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 type <ctrl><alt>t
+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.