|
5 | 5 | <link href="https://learnbyexample.github.io/atom.xml" rel="self" type="application/atom+xml"/>
|
6 | 6 | <link href="https://learnbyexample.github.io"/>
|
7 | 7 | <generator uri="https://www.getzola.org/">Zola</generator>
|
8 |
| - <updated>2022-10-26T00:00:00+00:00</updated> |
| 8 | + <updated>2022-11-01T00:00:00+00:00</updated> |
9 | 9 | <id>https://learnbyexample.github.io/atom.xml</id>
|
| 10 | + <entry xml:lang="en"> |
| 11 | + <title>Computing from the Command Line book announcement</title> |
| 12 | + <published>2022-11-01T00:00:00+00:00</published> |
| 13 | + <updated>2022-11-01T00:00:00+00:00</updated> |
| 14 | + <link rel="alternate" href="https://learnbyexample.github.io/computing-from-the-command-line-announcement/" type="text/html"/> |
| 15 | + <id>https://learnbyexample.github.io/computing-from-the-command-line-announcement/</id> |
| 16 | + <content type="html"><p>Hello!</p> |
| 17 | +<p>I am pleased to announce my thirteenth ebook <a href="https://github.com/learnbyexample/cli-computing">Computing from the Command Line</a>. This is the longest book I've published so far (203 pages) and it took me more than 7 months to complete the first version.</p> |
| 18 | +<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> |
| 19 | +<span id="continue-reading"></span><br> |
| 20 | +<h2 id="release-offers">Release offers<a class="zola-anchor" href="#release-offers" aria-label="Anchor link for: release-offers">π</a></h2> |
| 21 | +<p>To celebrate my latest ebook release, you can download PDF/EPUB versions of <strong>Computing from the Command Line</strong> for FREE till 08-Nov-2022. You can still pay if you wish ;)</p> |
| 22 | +<ul> |
| 23 | +<li><a href="https://learnbyexample.gumroad.com/l/cli_computing">https://learnbyexample.gumroad.com/l/cli_computing</a></li> |
| 24 | +<li><a href="https://leanpub.com/cli_computing">https://leanpub.com/cli_computing</a></li> |
| 25 | +</ul> |
| 26 | +<p>Some of my ebooks and bundles are on sale as well till 08-Nov-2022:</p> |
| 27 | +<ul> |
| 28 | +<li><a href="https://learnbyexample.gumroad.com/l/cli_coreutils/cli_computing_release">Command line text processing with GNU Coreutils</a> is FREE</li> |
| 29 | +<li><a href="https://learnbyexample.gumroad.com/l/oneliners/cli_computing_release">Magical one-liners</a> bundle is $5 (normal price $15) β grep, sed, awk, perl and ruby one-liners</li> |
| 30 | +<li><a href="https://learnbyexample.gumroad.com/l/all-books/cli_computing_release">All books bundle</a> is $10 (normal price $28) β all my 13 programming ebooks</li> |
| 31 | +</ul> |
| 32 | +<br> |
| 33 | +<h2 id="videos">Videos<a class="zola-anchor" href="#videos" aria-label="Anchor link for: videos">π</a></h2> |
| 34 | +<p>Here's a short video about the <strong>Computing from the Command Line</strong> ebook:</p> |
| 35 | +<p align="center"><iframe width="560" height="315" src="https://www.youtube.com/embed/PS5XEemn164" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> |
| 36 | +<p>Last November, I started <a href="https://learnbyexample.github.io/tips/">posting tips</a> covering Python, command line tools and Vim. After getting comfortable with recording videos, I added demos for these tips as well:</p> |
| 37 | +<ul> |
| 38 | +<li><a href="https://www.youtube.com/watch?v=THSMmCZQn1A&amp;list=PLTv2U3HnAL4PlFDiH3FXTHXRbhWs2sB3F">Python tips</a></li> |
| 39 | +<li><a href="https://www.youtube.com/watch?v=p0KCLusMd5Q&amp;list=PLTv2U3HnAL4PNTmRqZBSUgKaiHbRL2zeY">Linux command line tips</a></li> |
| 40 | +</ul> |
| 41 | +<br> |
| 42 | +<h2 id="table-of-contents">Table of Contents<a class="zola-anchor" href="#table-of-contents" aria-label="Anchor link for: table-of-contents">π</a></h2> |
| 43 | +<ol> |
| 44 | +<li>Preface</li> |
| 45 | +<li>Introduction and Setup</li> |
| 46 | +<li>Command Line Overview</li> |
| 47 | +<li>Managing Files and Directories</li> |
| 48 | +<li>Shell Features</li> |
| 49 | +<li>Viewing Part or Whole File Contents</li> |
| 50 | +<li>Searching Files and Filenames</li> |
| 51 | +<li>File Properties</li> |
| 52 | +<li>Managing Processes</li> |
| 53 | +<li>Multipurpose Text Processing Tools</li> |
| 54 | +<li>Sorting Stuff</li> |
| 55 | +<li>Comparing Files</li> |
| 56 | +<li>Assorted Text Processing Tools</li> |
| 57 | +<li>Shell Scripting</li> |
| 58 | +<li>Shell Customization</li> |
| 59 | +</ol> |
| 60 | +<br> |
| 61 | +<h2 id="web-version">Web version<a class="zola-anchor" href="#web-version" aria-label="Anchor link for: web-version">π</a></h2> |
| 62 | +<p>You can also read the book online here: <a href="https://learnbyexample.github.io/cli-computing/">https://learnbyexample.github.io/cli-computing/</a></p> |
| 63 | +<br> |
| 64 | +<h2 id="github-repo">GitHub repo<a class="zola-anchor" href="#github-repo" aria-label="Anchor link for: github-repo">π</a></h2> |
| 65 | +<p>Visit <a href="https://github.com/learnbyexample/cli-computing">https://github.com/learnbyexample/cli-computing</a> for markdown source, example files, exercise solutions, sample chapters and other details related to the book.</p> |
| 66 | +<br> |
| 67 | +<h2 id="newsletter">Newsletter<a class="zola-anchor" href="#newsletter" aria-label="Anchor link for: newsletter">π</a></h2> |
| 68 | +<p>Subscribe to <a href="https://learnbyexample.gumroad.com/l/learnbyexample-weekly">learnbyexample weekly</a> β free newsletter covering programming resources, updates on what I am creating, tips, tools, free ebooks and more, delivered every Friday.</p> |
| 69 | +<br> |
| 70 | +<h2 id="feedback-and-errata">Feedback and Errata<a class="zola-anchor" href="#feedback-and-errata" aria-label="Anchor link for: feedback-and-errata">π</a></h2> |
| 71 | +<p>I would highly appreciate if you'd <strong>let me know how you felt about this book</strong>. It could be anything from a simple thank you, Gumroad rating, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.</p> |
| 72 | +<p>You can reach me via:</p> |
| 73 | +<ul> |
| 74 | +<li>Issue Manager: <a href="https://github.com/learnbyexample/cli-computing/issues">https://github.com/learnbyexample/cli-computing/issues</a></li> |
| 75 | +<li>E-mail: <code>echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode</code></li> |
| 76 | +<li>Twitter: <a href="https://twitter.com/learn_byexample">https://twitter.com/learn_byexample</a></li> |
| 77 | +</ul> |
| 78 | +<p>Happy learning :)</p> |
| 79 | +</content> |
| 80 | + </entry> |
10 | 81 | <entry xml:lang="en">
|
11 | 82 | <title>Python tip 18: arbitrary number of arguments</title>
|
12 | 83 | <published>2022-10-26T00:00:00+00:00</published>
|
|
0 commit comments