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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ You can purchase the book using these links:
21
21
*https://gumroad.com/l/gnu_awk
22
22
*https://leanpub.com/gnu_awk
23
23
* 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
24
-
* You can also get the book as part of **Awesome Regex** bundle from https://leanpub.com/b/regex or https://gumroad.com/l/regex
24
+
* You can also get the book as part of **Awesome Regex** bundle from https://gumroad.com/l/regex or https://leanpub.com/b/regex
25
25
* See https://learnbyexample.github.io/books/ for list of other books
26
26
27
-
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnuawk/blob/master/sample_chapters/awk_sample_chapters.pdf)
27
+
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnuawk/blob/master/sample_chapters/gnu_awk_sample.pdf)
28
28
29
29
The book can also be [viewed as a single markdown file in this repo](./gnu_awk.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.
30
30
@@ -34,11 +34,11 @@ For web version of the book, visit https://learnbyexample.github.io/learn_gnuawk
34
34
35
35
# Feedback
36
36
37
-
Please open an issue if you spot any typo/errors.
37
+
[Open an issue](https://github.com/learnbyexample/learn_gnuawk/issues) if you spot any typo/errors.
38
38
39
-
I'd also highly appreciate your feedback about the book.
39
+
:warning::warning: Please DO NOT submit pull requests. Main reason being any modification requires changes in multiple places.
*[GNU awk documentation](https://www.gnu.org/software/gawk/manual/) — manual and examples
72
72
*[stackoverflow](https://stackoverflow.com/) and [unix.stackexchange](https://unix.stackexchange.com/) — for getting answers to pertinent questions on `bash`, `awk` and other commands
73
-
*[tex.stackexchange](https://tex.stackexchange.com/) — for help on `pandoc` and `tex` related questions
*[pngquant](https://pngquant.org/) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner) for optimizing images
75
76
*[softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
76
77
*[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
77
78
*[arifmahmudrana](https://github.com/arifmahmudrana) for spotting an ambiguous explanation
@@ -88,3 +89,4 @@ Special thanks to all my friends and online acquaintances for their help, suppor
88
89
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)
89
90
90
91
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file
0 commit comments