- Command version updated to GNU sed 4.8
- Corrected explanation for same-length alternations
- Added chapter sub-headings for code snippets in the repo for clarity
- Added more exercises and examples, corrected typos
- Updated cover image
- For more detailed view of changes, see the commit changes for the markdown source file
- Some typos corrected and some explanations/comments changed/added for clarity
- Added epub version of the book
- For more detailed view of changes, see the commit changes for the markdown source file
- 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
- First version