Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.56 KB

Version_changes.md

File metadata and controls

37 lines (26 loc) · 1.56 KB

1.3

  • 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

1.2


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

1.0

  • First version