From 4aa8c858714de41e6bbc93f5968b2549400ea26a Mon Sep 17 00:00:00 2001 From: Lynne Williams Date: Sun, 17 Feb 2013 11:34:40 -0500 Subject: [PATCH] Update shell_cheatsheet.md --- shell_cheatsheet.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + +* -- 2.26.2