Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.87 KB

File metadata and controls

49 lines (35 loc) · 1.87 KB

1.6

  • Clarified BRE vs ERE difference for line anchor escaping
  • Added more details for --include and --exclude related options
  • Changed wrt to 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

1.5

  • 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 bash feature 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

1.2

  • 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 rga which is based on ripgrep
  • Fixed italic formatting, wasn't showing up as I didn't have that variation of font installed on my system

1.1

  • Speed comparison section for ripgrep reorganized and improved
  • Some minor description changes and links added

1.0

  • First version