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
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,35 @@
1
-
# Computing from the Command Line
1
+
# Linux Command Line Computing
2
2
3
-
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. Visit https://youtu.be/PS5XEemn164 for a short video about the book.
3
+
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. Visit https://youtu.be/vedRFbWwx_c for a short video about the book.
<palign="center"><imgsrc="./images/cli_computing_ls.png"alt="Linux Command Line Computing ebook cover image" /></p>
8
6
9
-
The book also includes exercises to test your understanding, which is presented together as a single file in this repo — [exercises.md](./exercises/exercises.md)
7
+
The book also includes exercises to test your understanding, which are presented together as a single file in this repo — [exercises.md](./exercises/exercises.md).
10
8
11
9
For solutions to the exercises, see [exercise-solutions.md](./exercises/exercise-solutions.md).
12
10
13
11
See [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.
14
12
15
-
[Click this link](https://github.com/learnbyexample/cli-computing/tree/09091253463a313ddce5a95f467857ea85c25ce6) for an earlier version of the book in this repo.
13
+
[Click this link](https://github.com/learnbyexample/cli-computing/tree/09091253463a313ddce5a95f467857ea85c25ce6) for an older version of the book in this repo.
16
14
17
15
 See my curated list on [Linux CLI and Shell scripting](https://learnbyexample.github.io/curated_resources/linux_cli_scripting.html) for more learning resources.
* You can also get the book as part of these bundles:
27
-
***All books bundle** from https://learnbyexample.gumroad.com/l/all-books
25
+
***Linux CLI Text Processing** bundle from https://learnbyexample.gumroad.com/l/linux-cli-text-processing or https://leanpub.com/b/linux-cli-text-processing
26
+
***All books bundle** from https://learnbyexample.gumroad.com/l/all-books
28
27
* Includes all my programming books
29
-
* See https://learnbyexample.github.io/books/ for list of other books
28
+
* See https://learnbyexample.github.io/books/ for a list of other books
30
29
31
-
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/cli-computing/blob/master/sample_chapters/cli_computing_sample.pdf)
30
+
For a preview of the book, see [sample chapters](./sample_chapters/cli_computing_sample.pdf).
32
31
33
-
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.
32
+
The book can also be [viewed as a single markdown file in this repo](./cli_computing.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.
34
33
35
34
For web version of the book, visit https://learnbyexample.github.io/cli-computing/
36
35
@@ -48,7 +47,7 @@ For web version of the book, visit https://learnbyexample.github.io/cli-computin
48
47
49
48
<br>
50
49
51
-
##Feedback and Contributing
50
+
# Feedback
52
51
53
52
⚠️ ⚠️ Please DO NOT submit pull requests. Main reason being any modification requires changes in multiple places.
54
53
@@ -90,7 +89,7 @@ You can reach me via:
90
89
*[/r/commandline/](https://old.reddit.com/r/commandline), [/r/linux4noobs/](https://old.reddit.com/r/linux4noobs/), [/r/linuxquestions/](https://old.reddit.com/r/linuxquestions/) and [/r/linux/](https://old.reddit.com/r/linux/) — helpful forums
91
90
*[canva](https://www.canva.com/) — cover image
92
91
*[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
93
-
*[carbon](https://carbon.now.sh/) — creating terminal screenshots with highlighted text
92
+
*[carbon](https://carbon.now.sh/) — for creating terminal screenshots with highlighted text
94
93
*[oxipng](https://github.com/shssoichiro/oxipng), [pngquant](https://pngquant.org/) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner) — optimizing images
95
94
*[Inkscape](https://inkscape.org/) — favicon
96
95
*[mdBook](https://github.com/rust-lang/mdBook) — for web version of the book
@@ -101,7 +100,7 @@ You can reach me via:
101
100
102
101
# License
103
102
104
-
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)
103
+
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
105
104
106
-
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file
105
+
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file.
0 commit comments