1. Cover
  2. Buy PDF/EPUB versions
  3. 1. Preface
  4. 2. Introduction
  5. 3. Frequently used options
  6. 4. BRE/ERE Regular Expressions
  7. 5. Context matching
  8. 6. Recursive search
  9. 7. Miscellaneous options
  10. 8. Perl Compatible Regular Expressions
  11. 9. Gotchas and Tricks
  12. 10. ripgrep
  13. 11. Further Reading
  14. 12. Exercise Solutions


  15.    Source code
  16.    My Blog
  17.    My Books
  18.    learnbyexample weekly
  19.    Twitter

CLI text processing with GNU grep and ripgrep

    Buy PDF/EPUB versions

    Purchase links

    You can buy the pdf/epub versions of the book using these links:

    • https://leanpub.com/gnugrep_ripgrep
    • https://learnbyexample.gumroad.com/l/gnugrep_ripgrep

    Bundles

    You can also get the book as part of these bundles:

    • All books bundle
      • https://leanpub.com/b/learnbyexample-all-books
      • https://learnbyexample.gumroad.com/l/all-books
    • Linux CLI Text Processing
      • https://leanpub.com/b/linux-cli-text-processing
      • https://learnbyexample.gumroad.com/l/linux-cli-text-processing
    • Magical one-liners
      • https://leanpub.com/b/oneliners
      • https://learnbyexample.gumroad.com/l/oneliners
    • Awesome Regex
      • https://leanpub.com/b/regex
      • https://learnbyexample.gumroad.com/l/regex

    Book list

    Here's a list of programming books I've written:

    • Understanding Python re(gex)?
    • Understanding JavaScript RegExp
    • Understanding Ruby Regexp
    • CLI text processing with GNU grep and ripgrep
    • CLI text processing with GNU sed
    • CLI text processing with GNU awk
    • Ruby One-Liners Guide
    • Perl One-Liners Guide
    • 100 Page Python Intro
    • Practice Python Projects
    • CLI text processing with GNU Coreutils
    • Vim Reference Guide
    • Linux Command Line Computing