Update shell_cheatsheet.md
authorLynne Williams <williams.lynne99@gmail.com>
Sun, 17 Feb 2013 16:34:40 +0000 (11:34 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 22:27:29 +0000 (15:27 -0700)
shell_cheatsheet.md

index 78de734c422ea8f99f34ac368afc0cd988c13bb2..04813cdc18cdda762833c4d80be06620af1ddf68 100644 (file)
@@ -112,6 +112,14 @@ NEED TO DO VARIABLE ASSIGNMENT FIRST!!!!
         command 2
     done
 
+where,
+
+*  `for`, `in`, `do`, and `done` are keywords
+*  `list` contains a list of values separated by spaces. e.g.,
+    list= 1 2 3 4 5 6 
+    list= Bob Mary Sue Greg
+    
+*