-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
229a30a
commit f817f61
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
<br> | ||
|
||
### 1.1 | ||
|
||
* Quantifiers terminology and explanation corrected, it is longest match wins instead of greedy | ||
* Section added for Escaping metacharacters for shell substitutions | ||
* Examples for `e` command updated to include external command provided as argument | ||
* Section added for file content insertion before matching lines using `e` command | ||
* Added examples for `T` command | ||
* Added more explanation and examples for Escape sequences | ||
* Some minor changes like `-` to `—`, updates to cheatsheets, etc | ||
* For more detailed view of changes, see the [commit changes for the markdown source file](https://github.com/learnbyexample/learn_gnused/commit/229a30a48a417f7a152e6cadb1fbbe0dcf6c02f2#diff-aa7b5f43cdce36fc0ca603bf4d5fd6fb) | ||
|
||
<br> | ||
|
||
### 1.0 | ||
|
||
* First version |