projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d2330
)
Update shell_cheatsheet.md
author
Lynne Williams
<williams.lynne99@gmail.com>
Sun, 17 Feb 2013 16:34:40 +0000
(11:34 -0500)
committer
W. Trevor King
<wking@tremily.us>
Wed, 23 Oct 2013 22:27:29 +0000
(15:27 -0700)
shell_cheatsheet.md
patch
|
blob
|
history
diff --git
a/shell_cheatsheet.md
b/shell_cheatsheet.md
index 78de734c422ea8f99f34ac368afc0cd988c13bb2..04813cdc18cdda762833c4d80be06620af1ddf68 100644
(file)
--- 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
+
+*