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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Example based guide to mastering GNU grep and ripgrep.
8
8
9
9
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)
10
10
11
+
For solutions to the exercises, see [Exercise_solutions.md](./exercises/Exercise_solutions.md).
12
+
11
13
See [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.
12
14
13
15
<br>
@@ -26,6 +28,8 @@ For a preview of the book, see [sample chapters](https://github.com/learnbyexamp
26
28
27
29
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.
28
30
31
+
For online `html` version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
*[softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
69
73
*[Warning](https://commons.wikimedia.org/wiki/File:Warning_icon.svg) and [Info](https://commons.wikimedia.org/wiki/File:Info_icon_002.svg) icons by [Amada44](https://commons.wikimedia.org/wiki/User:Amada44) under public domain
70
74
*[Andrew Gallant](https://blog.burntsushi.net/about/) (author of `ripgrep`) and [mikeblas](https://www.reddit.com/user/mikeblas) for critical feedback
75
+
*[mdBook](https://github.com/rust-lang/mdBook) — for `html` version of the book
71
76
72
77
Special thanks to all my friends and online acquaintances for their help, support and encouragement, especially during difficult times.
0 commit comments