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