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
+20-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# Release offers
2
+
3
+
To celebrate my latest ebook release, you can download [Computing from the Command Line](https://learnbyexample.gumroad.com/l/cli_computing) for FREE till 08-Nov-2022.
4
+
5
+
Some of my ebooks and bundles are on sale as well till 08-Nov-2022:
6
+
7
+
*[Command line text processing with GNU Coreutils](https://learnbyexample.gumroad.com/l/cli_coreutils/cli_computing_release) is FREE
8
+
*[Magical one-liners](https://learnbyexample.gumroad.com/l/oneliners/cli_computing_release) bundle is $5 (normal price $15) — grep, sed, awk, perl and ruby one-liners
9
+
*[All books bundle](https://learnbyexample.gumroad.com/l/all-books/cli_computing_release) is $10 (normal price $28) — all my 13 programming ebooks
10
+
1
11
# Computing from the Command Line
2
12
3
13
This book aims to teach Linux command line tools and Shell Scripting for beginner to intermediate level users. The focus is towards managing your files and performing text processing tasks. Topics like system administration and networking won't be discussed, but some details might get covered in future versions of this book.
@@ -20,13 +30,20 @@ See [Version_changes.md](./Version_changes.md) to keep track of changes made to
20
30
21
31
# E-book
22
32
23
-
For web version of the book, visit https://learnbyexample.github.io/cli-computing/
* You can also get the book as part of these bundles:
37
+
***All books bundle** from https://learnbyexample.gumroad.com/l/all-books
38
+
* Includes all my programming books
39
+
* See https://learnbyexample.github.io/books/ for list of other books
24
40
25
-
* Links to pdf/epub versions of the book will be added once they are done
26
-
* See https://learnbyexample.github.io/books/ for a list of my other books
41
+
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/cli-computing/blob/master/sample_chapters/cli_computing_sample.pdf)
27
42
28
43
The book can also be [viewed as a single markdown file in this repo](./cli_computing.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
29
44
45
+
For web version of the book, visit https://learnbyexample.github.io/cli-computing/
0 commit comments