Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [bash/en-us]Fix spelling (#2654) | Rholais Lii | 2017-02-12 | -1/+1 |
| | | | | | | * Fix spelling * Remove the contributor tag | |||
* | Removed excessive dollar signs (#2447) | Remigiusz Suwalski | 2016-10-13 | -2/+2 |
| | | | There is no $ when one referencec the name of a variable as Bash is not PHP. | |||
* | Reword pwd comments (#2402) | Tim Heaney | 2016-10-02 | -2/+2 |
| | | | | Getting is redundant. Observe, not observer. | |||
* | [bash/en] Remove link unavailable resource (#2372) (#2373) | Isaac Virshup | 2016-09-16 | -2/+0 |
| | | | Link pointed to a book which was not released. Fixes #2372. | |||
* | [bash/en] Addition to bash (#2302) | Leo Rudberg | 2016-07-10 | -1/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Added bash intro edits * Fixed page header * Finalizing updates Implemented my changes in the main bash code chunk instead of as an out-of-code prologue * Final touches * Added citation for John and mkdir content * Added removed original intro back in * Update bash.html.markdown Moved "hard way" link to top of article Fixed spacing Grouped `rm` commands * Fixed typos | |||
* | [bash/en] basic parameter expansion, and brace expansion (#1533) | Jonathan Wang | 2016-06-26 | -0/+14 |
| | | | | | | | | | | * Added brace expansion as well as basic parameter expansion * frogot my name * Update bash.html.markdown Added to parameter expansion | |||
* | Add an example of trap command (#1826) | Sachin Divekar | 2016-06-26 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin writing document for PCRE Started writing learnxinyminutes document for PCRE to cover general purpose regular expressions. Added introduction and a couple of details. * Change introductory example for regex The old example was incorrect. It's replaced with a simple one. * Add some more introductory text * Add first example * Added more example and a table for proper formatting * Add few more examples * Formatting * Improve example * Edit description of character classes * Add a way to test regex Add https://regex101.com/ web application to test the regex provided in example. * Add example of trap command trap is a very important command to intercept a fatal signal, perform cleanup, and then exit gracefully. It needs an entry in this document. Here a simple and most common example of using trap command i.e. cleanup upon receiving signal is added. * Revert "Add example of trap command" * Add an example of trap command `trap` is a very important command to intercept a fatal signal, perform cleanup, and then exit gracefully. It needs an entry in this document. Here a simple and most common example of using `trap` command i.e. cleanup upon receiving signal is added. | |||
* | Fix a mistake in fgrep example (#2254) | Viren Nadkarni | 2016-05-12 | -1/+1 |
| | ||||
* | Merge pull request #1636 from viv1/patch-2 | ven | 2016-03-11 | -0/+9 |
|\ | | | | | [bash/en]...Added info on changing directories | |||
| * | [bash/en]...Added info on changing directories | viv1 | 2015-10-19 | -0/+9 |
| | | ||||
* | | Use proper string comparison syntax | Matteo Baglini | 2016-01-12 | -4/+4 |
|/ | ||||
* | [bash/en] use $var with quotes in conditions | Awal Garg | 2015-10-14 | -2/+11 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -1/+1 |
| | ||||
* | [bash/en] Improved descriptions | ksami | 2015-10-02 | -7/+7 |
| | ||||
* | fixed spelling error | Liam Edwards-Playne | 2015-05-26 | -1/+1 |
| | ||||
* | fix spelling errors | Liam Edwards-Playne | 2015-05-20 | -2/+2 |
| | ||||
* | Fix issue with referring to "output.txt" but examples use "output.out" | Levi Bostian | 2015-05-11 | -2/+2 |
| | | | Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1095 | |||
* | Don't use ALL_CAPS variable names. | Etan Reisner | 2015-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-value | Levi Bostian | 2015-05-02 | -1/+2 |
|\ | | | | | Clear explanation of default value expression | |||
| * | Clear explanation of default value expression | Andrey Samsonov | 2015-05-02 | -1/+2 |
| | | ||||
* | | Clear that length and position can be set by variable in substring extraction | Andrey Samsonov | 2015-05-02 | -1/+2 |
|/ | ||||
* | Follow variable capitalization on this branch. | Etan Reisner | 2015-04-27 | -2/+2 |
| | ||||
* | Add another very common shell variable assignment mistake. | Etan Reisner | 2015-04-26 | -1/+8 |
| | ||||
* | Add myself as a contributor. | Etan Reisner | 2015-04-26 | -0/+1 |
| | ||||
* | [bash/en] Fixed overflowing line. | Sriram Sundarraj | 2015-04-24 | -2/+4 |
| | ||||
* | 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 |
| | |