Skip to content

Commit 87acd5c

Browse files
updated acknowledgements, added chapter names for exercises
1 parent 426a965 commit 87acd5c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For a preview of the book, see [sample chapters](https://github.com/learnbyexamp
2828

2929
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.
3030

31-
For online `html` version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
31+
For web version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
3232

3333
<br>
3434

@@ -72,7 +72,9 @@ Twitter: https://twitter.com/learn_byexample
7272
* [softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
7373
* [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
7474
* [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
75+
* [mdBook](https://github.com/rust-lang/mdBook) — for web version of the book
76+
* [mdBook-pagetoc](https://github.com/JorelAli/mdBook-pagetoc) — for adding table of contents for each chapter
77+
* [minify-html](https://github.com/wilsonzlin/minify-html) — for minifying html files
7678

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

‎exercises/Exercise_solutions.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Exercise solutions
2+
3+
<br>
4+
15
# Frequently used options
26

37
Create `exercises` directory and within it, create another directory for this chapter, say `freq_options` or `chapter_2`. Input is a file downloaded from internet — https://www.gutenberg.org/files/345/345.txt saved as `dracula.txt`.

‎exercises/Exercises.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Exercises
2+
3+
<br>
4+
15
# Frequently used options
26

37
Create `exercises` directory and within it, create another directory for this chapter, say `freq_options` or `chapter_2`. Input is a file downloaded from internet — https://www.gutenberg.org/files/345/345.txt saved as `dracula.txt`. To solve the exercises, modify the partial command shown just before the expected output.

0 commit comments

Comments
 (0)