Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #839 from westurner/patch-1 | Levi Bostian | 2014-11-01 | -6/+39 |
|\ | | | | | [bash/en] add bash redirection examples | |||
| * | [bash/en] bash.html.markdown: add bash redirection examples | Wes Turner | 2014-11-01 | -6/+39 |
| | | ||||
* | | DOC: bash.html.markdown: add bash docs examples | Wes Turner | 2014-10-30 | -0/+26 |
|/ | ||||
* | Fix beginning typo from bash | Levi Bostian | 2014-10-17 | -1/+1 |
| | ||||
* | Changed descriptions, added grep, fgrep examples | Gregory S. Kielian | 2014-10-04 | -4/+8 |
| | ||||
* | amended sed and bash descriptions | Gregory S. Kielian | 2014-09-27 | -2/+2 |
| | ||||
* | amended grep description | Gregory S. Kielian | 2014-09-27 | -1/+1 |
| | ||||
* | Added `sed` and `grep` examples to useful-commands | Gregory S. Kielian | 2014-09-27 | -0/+5 |
| | ||||
* | Add traditional for loop bash example to close ↵ | Levi Bostian | 2014-09-05 | -0/+7 |
| | | | | https://github.com/adambard/learnxinyminutes-docs/pull/654 | |||
* | -ne not equal | Samuel Marks | 2014-08-23 | -2/+2 |
| | ||||
* | Added two new ways to use for loops. | LumenTeun | 2014-08-08 | -0/+14 |
| | ||||
* | Fixed typo. | LumenTeun | 2014-08-08 | -1/+1 |
| | ||||
* | Fixed while loop. | LumenTeun | 2014-08-08 | -1/+1 |
| | ||||
* | && and || in Bash if statements. | LumenTeun | 2014-08-06 | -0/+12 |
| | ||||
* | add a contributor line :) | Akira Hirose | 2014-07-23 | -0/+1 |
| | ||||
* | just collected the order of comments and commands of last part | Akira Hirose | 2014-07-23 | -5/+5 |
| | ||||
* | Variable substr | Justin Campbell | 2014-02-28 | -0/+4 |
| | ||||
* | Fixed random spelling error. | Brian Stearns | 2014-02-20 | -1/+1 |
| | ||||
* | Update bash.html.markdown | Adam Bard | 2014-02-12 | -1/+1 |
| | | | use /bin/bash for bash, not /bin/sh | |||
* | spelling fixes in bash (en) | kyr | 2013-12-27 | -10/+10 |
| | ||||
* | Add example for default value | Denis Arh | 2013-12-18 | -0/+5 |
| | ||||
* | [bash] Replace `seq` with `{1..3}`, explain backticks | jakub-g | 2013-12-09 | -2/+5 |
| | | | | | `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. | |||
* | Fix conflict bash. | Levi Bostian | 2013-11-25 | -21/+77 |
|\ | ||||
| * | add another way to define functions to bash (fix #380) | alexandre medeiros | 2013-10-13 | -1/+8 |
| | | ||||
| * | [bash] Fix some spell errors in comments | Christos Kontas | 2013-10-04 | -2/+2 |
| | | ||||
| * | add useful commands | alexandre medeiros | 2013-09-22 | -0/+12 |
| | | ||||
| * | add function information for bash | alexandre medeiros | 2013-09-22 | -0/+12 |
| | | ||||
| * | improve if on bash | alexandre medeiros | 2013-09-22 | -3/+4 |
| | | ||||
| * | better for description | alexandre medeiros | 2013-09-22 | -3/+4 |
| | | ||||
| * | add information about input, output, and error redirection | alexandre medeiros | 2013-09-22 | -0/+7 |
| | | ||||
| * | Improve bash variable info | alexandre medeiros | 2013-09-22 | -0/+14 |
| | | ||||
| * | add conditional execution info to bash | alexandre medeiros | 2013-09-22 | -0/+5 |
| | | ||||
| * | Correct bash for...in loop example | JohnYangSam | 2013-09-12 | -1/+1 |
| | | | | | | Removed the $ in the variable declaration of the for...in bash loop to correct the code. | |||
| * | Update bash.html.markdown | Avjinder | 2013-08-31 | -5/+4 |
| | | | | | | 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. | |||
| * | Edits | Adam | 2013-08-27 | -2/+0 |
| | | ||||
* | | Edit wording of while loop in bash. | Levi Bostian | 2013-09-19 | -2/+2 |
| | | ||||
* | | Add while loop to bash | Levi Bostian | 2013-08-22 | -0/+7 |
|/ | ||||
* | Updates | Adam | 2013-08-19 | -17/+26 |
| | ||||
* | Bash: commands, attributes, ls, grep & pipe | Max Yankov | 2013-08-18 | -1/+12 |
| | ||||
* | expanded the bash tutorial | Darren Lin | 2013-08-18 | -2/+22 |
| | ||||
* | Bash: user input and expressions | Max Yankov | 2013-08-18 | -1/+10 |
| | ||||
* | Stub bash file | Max Yankov | 2013-08-18 | -0/+44 |