From: Lynne Williams Date: Sun, 17 Feb 2013 16:40:45 +0000 (-0500) Subject: Update shell_cheatsheet.md X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8a0c820f9b46aec22c6cfa3612c7197b26d7e66;p=swc-workshop.git Update shell_cheatsheet.md --- diff --git a/shell_cheatsheet.md b/shell_cheatsheet.md index ea960c5..2b1e78c 100644 --- a/shell_cheatsheet.md +++ b/shell_cheatsheet.md @@ -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