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