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
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ You can purchase the book using these links:
18
18
19
19
*https://gumroad.com/l/gnugrep_ripgrep
20
20
*https://leanpub.com/gnugrep_ripgrep
21
+
* You can also get the book as part of **Magical one-liners** bundle from https://gumroad.com/l/oneliners or https://leanpub.com/b/oneliners
21
22
* You can also get the book as part of **Awesome Regex** bundle from https://leanpub.com/b/regex or https://gumroad.com/l/regex
22
23
* See https://learnbyexample.github.io/books/ for list of other books
23
24
24
-
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnugrep_ripgrep/blob/master/sample_chapters/grep_sample_v1p2.pdf)
25
+
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnugrep_ripgrep/blob/master/sample_chapters/grep_sample_chapters.pdf)
25
26
26
27
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.
*[GNU grep documentation](https://www.gnu.org/software/grep/manual/grep.html)- manual and examples
61
-
*[ripgrep](https://github.com/BurntSushi/ripgrep)- user guide and examples
62
-
*[stackoverflow](https://stackoverflow.com/) and [unix.stackexchange](https://unix.stackexchange.com/)- for getting answers to pertinent questions on `bash`, `grep` and other commands
63
-
*[tex.stackexchange](https://tex.stackexchange.com/)- for help on `pandoc` and `tex` related questions
61
+
*[GNU grep documentation](https://www.gnu.org/software/grep/manual/grep.html)— manual and examples
62
+
*[ripgrep](https://github.com/BurntSushi/ripgrep)— user guide and examples
63
+
*[stackoverflow](https://stackoverflow.com/) and [unix.stackexchange](https://unix.stackexchange.com/)— for getting answers to pertinent questions on `bash`, `grep` and other commands
64
+
*[tex.stackexchange](https://tex.stackexchange.com/)— for help on `pandoc` and `tex` related questions
*[detective](https://www.flickr.com/photos/32068925@N08/3028314931) by [olarte.ollie](https://www.flickr.com/photos/ollieolarte/) under [Creative Commons Attribution-Share Alike 2.0 Generic](https://creativecommons.org/licenses/by-sa/2.0/)
67
-
*[train icon](https://www.iconfinder.com/icons/4213874/metro_train_transport_transportation_travelling_vehicle_icon) by [Yasir Masood](https://www.iconfinder.com/Muhammad_Auns) under [Creative Commons Attribution 3.0 Unported](https://creativecommons.org/licenses/by/3.0/)
68
-
*[plane icon](https://www.iconfinder.com/icons/3671993/airplane_filled_fly_plane_sky_travel_icon) by [Pondok Multimedia](https://www.iconfinder.com/Ontimedia)
69
68
*[softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
70
69
*[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
71
-
*[Andrew Gallant](https://blog.burntsushi.net/about/) (author of `ripgrep`) and [mikeblas](https://old.reddit.com/user/mikeblas) for critical feedback
70
+
*[Andrew Gallant](https://blog.burntsushi.net/about/) (author of `ripgrep`) and [mikeblas](https://www.reddit.com/user/mikeblas) for critical feedback
72
71
73
72
Special thanks to all my friends and online acquaintances for their help, support and encouragement, especially during difficult times.
0 commit comments