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

index ea960c508b1e528db8c3ddf4a3b4828c53b3b9a1..2b1e78c56843f7433b7a0729a7d5615e8425ce01 100644 (file)
@@ -117,6 +117,8 @@ where,
 *  `for`, `in`, `do`, and `done` are keywords
 *  `list` contains a list of values separated by spaces. e.g. `list` can be replaced by `1 2 3 4 5 6` or by `Bob Mary Sue Greg`. `list` can also be a variable:
 
+--
+
     list[0]=Sam
     list[1]=Lynne
     list[2]=Dhavide