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
The book also includes exercises to test your understanding, which is presented together as a single file in this repo - [Exercises.md](./exercises/Exercises.md)
9
+
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)
10
10
11
11
For solutions to the exercises, see [Exercise_solutions.md](./exercises/Exercise_solutions.md).
12
12
13
+
You can also use [this interactive TUI app](https://github.com/learnbyexample/TUI-apps/blob/main/GrepExercises) to practice some of the exercises from the book.
14
+
13
15
See [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.
14
16
15
17
<br>
@@ -28,13 +30,13 @@ You can also get the book as part of these bundles:
28
30
***All books bundle** bundle from https://learnbyexample.gumroad.com/l/all-books
29
31
* Includes all my programming books
30
32
31
-
See https://learnbyexample.github.io/books/ for list of other books
33
+
See https://learnbyexample.github.io/books/ for a list of other books
32
34
33
35
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnugrep_ripgrep/blob/master/sample_chapters/gnu_grep_sample.pdf)
34
36
35
-
The book can also be [viewed as a single markdown file in this repo](./gnu_grep.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
37
+
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/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
36
38
37
-
For web version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
39
+
For the web version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
0 commit comments