- Command versions updated to GNU grep 3.6 and ripgrep 12.1.1
- Added examples for using
--includeand--excludewhen recursive option is not active - Added examples which require
**in theglobpattern withrg -g - Updated documentation snippets as per new
manandinfopages - Updated timing data for speed comparison examples
- Corrected various typos, improved descriptions/comments/examples/exercises/etc
- Clarified BRE vs ERE difference for line anchor escaping
- Added more details for
--includeand--excluderelated options - Changed
wrtto expanded form instead of abbreviation - Added workaround for epub version for iBooks
- For more detailed view of changes, see the commit changes for the markdown source file
- Command versions updated to GNU grep 3.4 and ripgrep 12.1.0
- Quantifiers terminology and explanation corrected, it is longest match wins instead of greedy for BRE/ERE
- Using escape sequences via
bashfeature for BRE/ERE - Explicit 'Summary' section for clarity
- For code snippets in the repo, added chapter sub-headings for clarity
- Corrected various typos, improved descriptions/comments/examples/exercises/etc
- Added epub version of the book
- Updated cover image
- For more detailed view of changes, see the commit changes for the markdown source file
- Updated cover image
- Added table of contents (in addition to automatic toc provided by some pdf readers) and reference to chapter names in other places are now clickable links
- Chapter and section names are now colored
- Borders added to code snippet images
- Info/Warning messages are now indented
- Minor description changes based on user feedback
- Added a note about
rgawhich is based onripgrep - Fixed italic formatting, wasn't showing up as I didn't have that variation of font installed on my system
- Speed comparison section for
ripgrepreorganized and improved - Some minor description changes and links added
- First version