|
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>2024-04-30T00:00:00+00:00</updated> |
| 8 | + <updated>2024-05-08T00:00:00+00:00</updated> |
9 | 9 | <id>https://learnbyexample.github.io/atom.xml</id>
|
10 | 10 | <entry xml:lang="en">
|
11 | 11 | <title>Interactive GNU awk tutorial</title>
|
|
198 | 198 | <entry xml:lang="en">
|
199 | 199 | <title>CLI text processing with GNU Coreutils book announcement</title>
|
200 | 200 | <published>2024-04-03T00:00:00+00:00</published>
|
201 |
| - <updated>2024-04-03T00:00:00+00:00</updated> |
| 201 | + <updated>2024-05-08T00:00:00+00:00</updated> |
202 | 202 | <link rel="alternate" href="https://learnbyexample.github.io/cli-text-processing-coreutils-announcement/" type="text/html"/>
|
203 | 203 | <id>https://learnbyexample.github.io/cli-text-processing-coreutils-announcement/</id>
|
204 | 204 | <content type="html"><p>Hello!</p>
|
|
241 | 241 | <p>In my opinion the book does a great job of quickly presenting examples of how commands can be used and then paired up to achieve new or interesting ways of manipulating data. Throughout the text there are little highlights offering tips on extra functionality or limitations of certain commands. For instance, when discussing the <em>shuf</em> command we're warned that <em>shuf</em> will not work with multiple files. However, we can merge multiple files together (using the <em>cat</em> command) and then pass them to <em>shuf</em>. These little gems of wisdom add a dimension to the book and will likely save the reader some time wondering why their scripts are not working as expected.</p>
|
242 | 242 | <p>— book review by Jesse Smith on <a href="https://distrowatch.com/weekly.php?issue=20211206#book">distrowatch.com</a></p>
|
243 | 243 | </blockquote>
|
| 244 | +<blockquote> |
| 245 | +<p>I discovered your books recently and they’re awesome, thank you! As a 20 year *nix they made me realize how much more there are to these rock solid and ancient tools, once you spend the time to actually learn the intricacies of them.</p> |
| 246 | +<p>— feedback on <a href="https://old.reddit.com/r/commandline/comments/1byumd6/learn_gnu_coreutils_text_processing_tools_like/l2pk5bd/">reddit</a></p> |
| 247 | +</blockquote> |
244 | 248 | <br>
|
245 | 249 | <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>
|
246 | 250 | <ol>
|
@@ -4758,7 +4762,7 @@ Specifying a greater than <code>0</code> start index when using
|
4758 | 4762 | <entry xml:lang="en">
|
4759 | 4763 | <title>Programming ebooks by Sundeep Agarwal</title>
|
4760 | 4764 | <published>2022-08-09T00:00:00+00:00</published>
|
4761 |
| - <updated>2024-04-03T00:00:00+00:00</updated> |
| 4765 | + <updated>2024-05-08T00:00:00+00:00</updated> |
4762 | 4766 | <link rel="alternate" href="https://learnbyexample.github.io/books/" type="text/html"/>
|
4763 | 4767 | <id>https://learnbyexample.github.io/books/</id>
|
4764 | 4768 | <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>
|
@@ -4858,6 +4862,10 @@ Specifying a greater than <code>0</code> start index when using
|
4858 | 4862 | <p>Nice book! I just started trying to get into linux today and you have some tips I haven’t found elsewhere and the text is an enjoyable read so far.</p>
|
4859 | 4863 | <p>— <a href="https://old.reddit.com/r/linux4noobs/comments/1adrx6c/linux_guide_for_beginners/kk3dypr/">feedback on reddit</a></p>
|
4860 | 4864 | </blockquote>
|
| 4865 | +<blockquote> |
| 4866 | +<p>I discovered your books recently and they’re awesome, thank you! As a 20 year *nix they made me realize how much more there are to these rock solid and ancient tools, once you spend the time to actually learn the intricacies of them.</p> |
| 4867 | +<p>— feedback on <a href="https://old.reddit.com/r/commandline/comments/1byumd6/learn_gnu_coreutils_text_processing_tools_like/l2pk5bd/">reddit</a></p> |
| 4868 | +</blockquote> |
4861 | 4869 | <br>
|
4862 | 4870 | <h1 id="100-page-python-intro"><p style="color: #ff9933">100 Page Python Intro</h1>
|
4863 | 4871 | <p>Short, introductory guide for the Python programming language, suited for those already familiar with programming basics.</p>
|
|
0 commit comments