Skip to content

Commit 9997f3d

Browse files
updates for version 1.5
1 parent 35283ac commit 9997f3d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ You can purchase the book using these links:
1818

1919
* https://gumroad.com/l/gnugrep_ripgrep
2020
* 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
2122
* You can also get the book as part of **Awesome Regex** bundle from https://leanpub.com/b/regex or https://gumroad.com/l/regex
2223
* See https://learnbyexample.github.io/books/ for list of other books
2324

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)
2526

2627
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.
2728

@@ -57,18 +58,16 @@ Twitter: https://twitter.com/learn_byexample
5758

5859
# Acknowledgements
5960

60-
* [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
6465
* Cover image
65-
* [draw.io](https://about.draw.io/)
66+
* [LibreOffice Draw](https://www.libreoffice.org/discover/draw/)
6667
* [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)
6968
* [softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
7069
* [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
7271

7372
Special thanks to all my friends and online acquaintances for their help, support and encouragement, especially during difficult times.
7473

0 commit comments

Comments
 (0)