Commit Graph

23 Commits

Author SHA1 Message Date
kyr
5bd86ec047 spelling fixes in bash (en) 2013-12-27 16:21:24 +01:00
Denis Arh
c9a282d08f Add example for default value 2013-12-18 09:40:20 +01:00
jakub-g
248284c91b [bash] Replace seq with {1..3}, explain backticks
`seq` is not standard, it's not available in MINGW and others.
Using backticks is not the recommended way - e.g. they can't be nested.
2013-12-09 21:13:06 +01:00
Levi Bostian
af6701904b Fix conflict bash. 2013-11-25 09:42:37 -06:00
alexandre medeiros
3bfc820721 add another way to define functions to bash (fix #380) 2013-10-13 00:17:27 -03:00
Christos Kontas
b2028c7f0c [bash] Fix some spell errors in comments 2013-10-04 18:32:11 +03:00
alexandre medeiros
b3288dc9cd add useful commands 2013-09-22 11:35:04 -03:00
alexandre medeiros
182eab6051 add function information for bash 2013-09-22 11:28:59 -03:00
alexandre medeiros
e1c34ca138 improve if on bash 2013-09-22 11:20:10 -03:00
alexandre medeiros
96055ac7a5 better for description 2013-09-22 11:09:28 -03:00
alexandre medeiros
9c8c0af0af add information about input, output, and error redirection 2013-09-22 11:04:24 -03:00
alexandre medeiros
9d0f731ad5 Improve bash variable info 2013-09-22 01:33:12 -03:00
alexandre medeiros
c14586e8c3 add conditional execution info to bash 2013-09-22 01:20:31 -03:00
Levi Bostian
de5a359faa Edit wording of while loop in bash. 2013-09-19 16:48:09 -05:00
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