|
623 | 623 | <entry xml:lang="en">
|
624 | 624 | <title>Programming ebooks by Sundeep Agarwal</title>
|
625 | 625 | <published>2022-08-09T00:00:00+00:00</published>
|
626 |
| - <updated>2022-08-09T00:00:00+00:00</updated> |
| 626 | + <updated>2022-11-01T00:00:00+00:00</updated> |
627 | 627 | <link rel="alternate" href="https://learnbyexample.github.io/books/" type="text/html"/>
|
628 | 628 | <id>https://learnbyexample.github.io/books/</id>
|
629 | 629 | <content type="html"><p>This post lists my programming ebooks with details like PDF/EPUB purchase links, GitHub repos, web versions, testimonials, etc. All my ebooks are self-published. You can get these ebooks individually or as part of bundles. You can also read them online for free.</p>
|
|
904 | 904 | <li><a href="https://learnbyexample.github.io/vim_reference/">web version</a></li>
|
905 | 905 | <li>Feedback: <a href="https://twitter.com/learn_byexample">Twitter</a></li>
|
906 | 906 | </ul>
|
| 907 | +<br> |
| 908 | +<h1 id="computing-from-the-command-line"><p style="color: #ff9933">Computing from the Command Line</h1> |
| 909 | +<p>This ebook aims to teach <strong>Linux command line tools and Shell Scripting</strong> for <strong>beginner to intermediate</strong> level users. The main focus is towards <strong>managing your files</strong> and performing <strong>text processing tasks</strong>. Plenty of <strong>examples</strong> are provided to make it easier to understand a particular tool and its various features. <strong>Exercises</strong> at the end of chapters will help you practice what you've learned and <strong>solutions</strong> are provided for reference. I hope this ebook would make it much easier for you to discover CLI tools, features and learning resources than my own blundering experience.</p> |
| 910 | +<p align="center"><img src="https://learnbyexample.github.io/cli-computing/images/cli_computing_ls.png" alt="Computing from the Command Line cover image" loading="lazy" /></p> |
| 911 | +<ul> |
| 912 | +<li><a href="https://github.com/learnbyexample/cli-computing/blob/master/sample_chapters/cli_computing_sample.pdf">Sample chapters</a></li> |
| 913 | +<li>Buy pdf/epub from: |
| 914 | +<ul> |
| 915 | +<li><a href="https://learnbyexample.gumroad.com/l/cli_computing">gumroad</a></li> |
| 916 | +<li><a href="https://leanpub.com/cli_computing">leanpub</a></li> |
| 917 | +</ul> |
| 918 | +</li> |
| 919 | +<li><a href="https://github.com/learnbyexample/cli-computing">GitHub repo</a></li> |
| 920 | +<li><a href="https://learnbyexample.github.io/cli-computing/">web version</a></li> |
| 921 | +<li>Feedback: <a href="https://twitter.com/learn_byexample">Twitter</a></li> |
| 922 | +</ul> |
907 | 923 | </content>
|
908 | 924 | </entry>
|
909 | 925 | <entry xml:lang="en">
|
|
0 commit comments