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
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CLI text processing with GNU awk
2
2
3
-
Example based guide to mastering GNU awk. Visit https://youtu.be/KIa_EaYwGDI for a short video about the book.
3
+
Learn GNU awk with hundreds of examples and exercises. Visit https://youtu.be/KIa_EaYwGDI for a short video about the book.
4
4
5
5
<palign="center"><imgsrc="./images/gawk_ls.png"alt="CLI text processing with GNU awk ebook cover image" /></p>
6
6
@@ -20,15 +20,14 @@ See [Version_changes.md](./Version_changes.md) to keep track of changes made to
20
20
*https://learnbyexample.gumroad.com/l/gnu_awk
21
21
*https://leanpub.com/gnu_awk
22
22
* You can also get the book as part of these bundles:
23
-
***All books bundle** bundle from https://learnbyexample.gumroad.com/l/all-books
24
-
* Includes all my programming books
25
-
***Magical one-liners** bundle from https://learnbyexample.gumroad.com/l/oneliners or https://leanpub.com/b/oneliners
26
-
***Awesome Regex** bundle from https://learnbyexample.gumroad.com/l/regex or https://leanpub.com/b/regex
23
+
***All books bundle** bundle from https://leanpub.com/b/learnbyexample-all-books or https://learnbyexample.gumroad.com/l/all-books
24
+
***Magical one-liners** bundle from https://leanpub.com/b/oneliners or https://learnbyexample.gumroad.com/l/oneliners
25
+
***Awesome Regex** bundle from https://leanpub.com/b/regex or https://learnbyexample.gumroad.com/l/regex
27
26
* See https://learnbyexample.github.io/books/ for a list of other books
28
27
29
28
For a preview of the book, see [sample chapters](./sample_chapters/gnu_awk_sample.pdf).
30
29
31
-
The book can also be [viewed as a single markdown file in this repo](./gnu_awk.md). See my blogpost on [generating pdfs from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
30
+
The book can also be [viewed as a single markdown file in this repo](./gnu_awk.md). See my blogpost on [generating pdf/epub from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
32
31
33
32
For the web version of the book, visit https://learnbyexample.github.io/learn_gnuawk/
34
33
@@ -95,11 +94,12 @@ You can reach me via:
95
94
*[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
96
95
*[arifmahmudrana](https://github.com/arifmahmudrana) for spotting an ambiguous explanation
97
96
*[Pound-Hash](https://github.com/Pound-Hash) for critical feedback
97
+
*[FabijanC](https://github.com/FabijanC) and [alexwheezy](https://github.com/alexwheezy) for spotting ambiguous descriptions, typos and issues with commands
98
98
*[mdBook](https://github.com/rust-lang/mdBook) — for web version of the book
99
99
*[mdBook-pagetoc](https://github.com/JorelAli/mdBook-pagetoc) — for adding table of contents for each chapter
100
100
*[minify-html](https://github.com/wilsonzlin/minify-html) — for minifying html files
101
101
102
-
Special thanks to all my friends and online acquaintances for their help, support and encouragement, especially during these difficult times.
102
+
Special thanks to all my friends and online acquaintances for their help, support and encouragement, especially during difficult times.
0 commit comments