You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# CLI text processing with GNU grep and ripgrep
2
2
3
-
Example based guide to mastering GNU grep and ripgrep. Visit https://youtu.be/MSbGokwHm-A for a short video about the book.
3
+
Learn GNU grep and ripgrep with hundreds of examples and exercises. Visit https://youtu.be/MSbGokwHm-A for a short video about the book.
4
4
5
5
<palign="center"><imgsrc="./images/grep_ls.png"alt="CLI text processing with GNU grep and ripgrep ebook cover image" /></p>
6
6
7
-
The book also includes exercises to test your understanding, which are presented together as a single file in this repo — [Exercises.md](./exercises/Exercises.md)
7
+
The book also includes exercises to test your understanding, which are presented together as a single file in this repo — [Exercises.md](./exercises/Exercises.md).
8
8
9
9
For solutions to the exercises, see [Exercise_solutions.md](./exercises/Exercise_solutions.md).
10
10
@@ -20,15 +20,14 @@ See [Version_changes.md](./Version_changes.md) to keep track of changes made to
* You can also get the book as part of these bundles:
23
-
***All books bundle** bundle from https://learnbyexample.gumroad.com/l/all-books
24
-
* Includes all my programming books
25
-
***Magical one-liners** bundle from https://learnbyexample.gumroad.com/l/oneliners or https://leanpub.com/b/oneliners
26
-
***Awesome Regex** bundle from https://learnbyexample.gumroad.com/l/regex or https://leanpub.com/b/regex
23
+
***All books bundle** bundle from https://leanpub.com/b/learnbyexample-all-books or https://learnbyexample.gumroad.com/l/all-books
24
+
***Magical one-liners** bundle from https://leanpub.com/b/oneliners or https://learnbyexample.gumroad.com/l/oneliners
25
+
***Awesome Regex** bundle from https://leanpub.com/b/regex or https://learnbyexample.gumroad.com/l/regex
27
26
* See https://learnbyexample.github.io/books/ for a list of other books
28
27
29
28
For a preview of the book, see [sample chapters](./sample_chapters/gnu_grep_sample.pdf).
30
29
31
-
The book can also be [viewed as a single markdown file in this repo](./gnu_grep.md). See my blogpost on [generating pdfs from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
30
+
The book can also be [viewed as a single markdown file in this repo](./gnu_grep.md). See my blogpost on [generating pdf/epub from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
32
31
33
32
For the web version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
34
33
@@ -38,7 +37,7 @@ For the web version of the book, visit https://learnbyexample.github.io/learn_gn
38
37
39
38
⚠️ ⚠️ Please DO NOT submit pull requests. Main reason being any modification requires changes in multiple places.
40
39
41
-
I would highly appreciate if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.
40
+
I would highly appreciate it if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.
Copy file name to clipboardExpand all lines: exercises/Exercise_solutions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -472,7 +472,7 @@ Adios amigo
472
472
473
473
# Recursive search
474
474
475
-
> Use the `recursive.sh` script from the [exercises](https://github.com/learnbyexample/learn_gnugrep_ripgrep/tree/master/exercises) directory for this section. Unless otherwise mentioned, assume you need to use the `-r` option instead of the `-R` option.
475
+
> Use the `recursive.sh` script from the [exercises](https://github.com/learnbyexample/learn_gnugrep_ripgrep/tree/master/exercises) directory for this section. Unless otherwise mentioned, assume you need to use the `-r` option instead of `-R`.
476
476
>
477
477
>```bash
478
478
># change to the 'exercises' directory and source the 'recursive.sh' script
Copy file name to clipboardExpand all lines: exercises/Exercises.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ Adios amigo
423
423
424
424
# Recursive search
425
425
426
-
> Use the `recursive.sh` script from the [exercises](https://github.com/learnbyexample/learn_gnugrep_ripgrep/tree/master/exercises) directory for this section. Unless otherwise mentioned, assume you need to use the `-r` option instead of the `-R` option.
426
+
> Use the `recursive.sh` script from the [exercises](https://github.com/learnbyexample/learn_gnugrep_ripgrep/tree/master/exercises) directory for this section. Unless otherwise mentioned, assume you need to use the `-r` option instead of `-R`.
427
427
>
428
428
>```bash
429
429
># change to the 'exercises' directory and source the 'recursive.sh' script
0 commit comments