summaryrefslogtreecommitdiffhomepage
path: root/bash.html.markdown
Commit message (Collapse)AuthorAgeLines
* removing whitespace all overGabriel Halley2015-10-07-1/+1
|
* [bash/en] Improved descriptionsksami2015-10-02-7/+7
|
* fixed spelling errorLiam Edwards-Playne2015-05-26-1/+1
|
* fix spelling errorsLiam Edwards-Playne2015-05-20-2/+2
|
* Fix issue with referring to "output.txt" but examples use "output.out"Levi Bostian2015-05-11-2/+2
| | | Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1095
* Don't use ALL_CAPS variable names.Etan Reisner2015-05-07-29/+29
| | | | | | | | ALL_CAPS variable names are traditionally "reserved" for use by the shell/system. (People often try to use PATH for things locally and then wonder why their commands all stop working for example.
* Merge pull request #1080 from kryzhovnik/bash/clear-variable-default-valueLevi Bostian2015-05-02-1/+2
|\ | | | | Clear explanation of default value expression
| * Clear explanation of default value expressionAndrey Samsonov2015-05-02-1/+2
| |
* | Clear that length and position can be set by variable in substring extractionAndrey Samsonov2015-05-02-1/+2
|/
* Follow variable capitalization on this branch.Etan Reisner2015-04-27-2/+2
|
* Add another very common shell variable assignment mistake.Etan Reisner2015-04-26-1/+8
|
* Add myself as a contributor.Etan Reisner2015-04-26-0/+1
|
* [bash/en] Fixed overflowing line.Sriram Sundarraj2015-04-24-2/+4
|
* Merge pull request #839 from westurner/patch-1Levi Bostian2014-11-01-6/+39
|\ | | | | [bash/en] add bash redirection examples
| * [bash/en] bash.html.markdown: add bash redirection examplesWes Turner2014-11-01-6/+39
| |
* | DOC: bash.html.markdown: add bash docs examplesWes Turner2014-10-30-0/+26
|/
* Fix beginning typo from bashLevi Bostian2014-10-17-1/+1
|
* Changed descriptions, added grep, fgrep examplesGregory S. Kielian2014-10-04-4/+8
|
* amended sed and bash descriptionsGregory S. Kielian2014-09-27-2/+2
|
* amended grep descriptionGregory S. Kielian2014-09-27-1/+1
|
* Added `sed` and `grep` examples to useful-commandsGregory S. Kielian2014-09-27-0/+5
|
* Add traditional for loop bash example to close ↵Levi Bostian2014-09-05-0/+7
| | | | https://github.com/adambard/learnxinyminutes-docs/pull/654
* -ne not equalSamuel Marks2014-08-23-2/+2
|
* Added two new ways to use for loops.LumenTeun2014-08-08-0/+14
|
* Fixed typo.LumenTeun2014-08-08-1/+1
|
* Fixed while loop.LumenTeun2014-08-08-1/+1
|
* && and || in Bash if statements.LumenTeun2014-08-06-0/+12
|
* add a contributor line :)Akira Hirose2014-07-23-0/+1
|
* just collected the order of comments and commands of last partAkira Hirose2014-07-23-5/+5
|
* Variable substrJustin Campbell2014-02-28-0/+4
|
* Fixed random spelling error.Brian Stearns2014-02-20-1/+1
|
* Update bash.html.markdownAdam Bard2014-02-12-1/+1
| | | use /bin/bash for bash, not /bin/sh
* spelling fixes in bash (en)kyr2013-12-27-10/+10
|
* Add example for default valueDenis Arh2013-12-18-0/+5
|
* [bash] Replace `seq` with `{1..3}`, explain backticksjakub-g2013-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 Bostian2013-11-25-21/+77
|\
| * add another way to define functions to bash (fix #380)alexandre medeiros2013-10-13-1/+8
| |
| * [bash] Fix some spell errors in commentsChristos Kontas2013-10-04-2/+2
| |
| * add useful commandsalexandre medeiros2013-09-22-0/+12
| |
| * add function information for bashalexandre medeiros2013-09-22-0/+12
| |
| * improve if on bashalexandre medeiros2013-09-22-3/+4
| |
| * better for descriptionalexandre medeiros2013-09-22-3/+4
| |
| * add information about input, output, and error redirectionalexandre medeiros2013-09-22-0/+7
| |
| * Improve bash variable infoalexandre medeiros2013-09-22-0/+14
| |
| * add conditional execution info to bashalexandre medeiros2013-09-22-0/+5
| |
| * Correct bash for...in loop exampleJohnYangSam2013-09-12-1/+1
| | | | | | Removed the $ in the variable declaration of the for...in bash loop to correct the code.
| * Update bash.html.markdownAvjinder2013-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.
| * EditsAdam2013-08-27-2/+0
| |
* | Edit wording of while loop in bash.Levi Bostian2013-09-19-2/+2
| |
* | Add while loop to bashLevi Bostian2013-08-22-0/+7
|/