Commit Graph

59 Commits

Author SHA1 Message Date
JohnYangSam
1528dd4fbe Correct bash for...in loop example
Removed the $ in the variable declaration of the for...in bash loop to correct the code.
2013-09-12 02:01:52 -07:00
Avjinder
e2cd18ba46 Update bash.html.markdown
In the case statement, the "in" keyword should be on the same line as case $VARIABLE. Also, ;; should be present at the end of each command. Shell executes all statements up to the two semicolons that are next to each other.
2013-08-31 17:05:04 +05:30
Adam
c7a1136772 Edits 2013-08-27 21:23:09 -07:00
Levi Bostian
1a8b22cb4f Add while loop to bash 2013-08-22 15:26:26 -05:00
Adam
f33dea8b83 Updates 2013-08-19 09:14:02 -07:00
Max Yankov
3e8c292a10 Bash: commands, attributes, ls, grep & pipe 2013-08-18 15:03:43 +02:00
Darren Lin
a538c52fb4 expanded the bash tutorial 2013-08-18 15:03:43 +02:00
Max Yankov
01f1419dd7 Bash: user input and expressions 2013-08-18 15:03:43 +02:00
Max Yankov
3a88d4f244 Stub bash file 2013-08-18 15:03:43 +02:00