Skip to content

Commit

Permalink
updated acknowledgements, added chapter names for exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
learnbyexample committed Nov 9, 2020
1 parent e155f0c commit ef451c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For a preview of the book, see [sample chapters](https://github.com/learnbyexamp

The book can also be [viewed as a single markdown file in this repo](./gnu_sed.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.

For online `html` version of the book, visit https://learnbyexample.github.io/learn_gnused/
For web version of the book, visit https://learnbyexample.github.io/learn_gnused/

<br>

Expand Down Expand Up @@ -73,7 +73,9 @@ Twitter: https://twitter.com/learn_byexample
* [softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
* [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
* [arifmahmudrana](https://github.com/arifmahmudrana) for spotting an ambiguous explanation
* [mdBook](https://github.com/rust-lang/mdBook) — for `html` version of the book
* [mdBook](https://github.com/rust-lang/mdBook) — for web version of the book
* [mdBook-pagetoc](https://github.com/JorelAli/mdBook-pagetoc) — for adding table of contents for each chapter
* [minify-html](https://github.com/wilsonzlin/minify-html) — for minifying html files

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

Expand Down
6 changes: 5 additions & 1 deletion exercises/Exercise_solutions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Introduction
# Exercise solutions

Exercise related files are available from [exercises folder](https://github.com/learnbyexample/learn_gnused/tree/master/exercises)

<br>

# Introduction

**a)** Replace `5` with `five` for the given stdin source.

```bash
Expand Down
6 changes: 5 additions & 1 deletion exercises/Exercises.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Introduction
# Exercises

Exercise related files are available from [exercises folder](https://github.com/learnbyexample/learn_gnused/tree/master/exercises)

<br>

# Introduction

**a)** Replace `5` with `five` for the given stdin source.

```bash
Expand Down

0 comments on commit ef451c4

Please sign in to comment.