|
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>2023-05-11T00:00:00+00:00</updated> |
| 8 | + <updated>2023-05-12T00:00:00+00:00</updated> |
9 | 9 | <id>https://learnbyexample.github.io/atom.xml</id>
|
10 | 10 | <entry xml:lang="en">
|
11 | 11 | <title>CLI text processing with GNU grep and ripgrep book announcement</title>
|
@@ -2753,7 +2753,7 @@ Specifying a greater than <code>0</code> start index when using
|
2753 | 2753 | <entry xml:lang="en">
|
2754 | 2754 | <title>Programming ebooks by Sundeep Agarwal</title>
|
2755 | 2755 | <published>2022-08-09T00:00:00+00:00</published>
|
2756 |
| - <updated>2023-01-30T00:00:00+00:00</updated> |
| 2756 | + <updated>2023-05-12T00:00:00+00:00</updated> |
2757 | 2757 | <link rel="alternate" href="https://learnbyexample.github.io/books/" type="text/html"/>
|
2758 | 2758 | <id>https://learnbyexample.github.io/books/</id>
|
2759 | 2759 | <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>
|
@@ -2911,9 +2911,9 @@ Specifying a greater than <code>0</code> start index when using
|
2911 | 2911 | <li>Feedback: <a href="https://twitter.com/learn_byexample">Twitter</a></li>
|
2912 | 2912 | </ul>
|
2913 | 2913 | <br>
|
2914 |
| -<h1 id="gnu-grep-and-ripgrep"><p style="color: #ff9933">GNU grep and ripgrep</h1> |
| 2914 | +<h1 id="cli-text-processing-with-gnu-grep-and-ripgrep"><p style="color: #ff9933">CLI text processing with GNU grep and ripgrep</h1> |
2915 | 2915 | <p>Example based guide to mastering GNU grep and ripgrep. Exercises are also included to test your understanding.</p>
|
2916 |
| -<p align="center"><img src="/images/books/grep.png" alt="grep cover image" loading="lazy" /></p> |
| 2916 | +<p align="center"><img src="https://raw.githubusercontent.com/learnbyexample/learn_gnugrep_ripgrep/master/images/grep_ls.png" width="640px" height="360px" alt="CLI text processing with GNU grep and ripgrep cover image" loading="lazy" /></p> |
2917 | 2917 | <ul>
|
2918 | 2918 | <li><a href="https://github.com/learnbyexample/learn_gnugrep_ripgrep/blob/master/sample_chapters/grep_sample_chapters.pdf">Sample chapters</a></li>
|
2919 | 2919 | <li>Buy pdf/epub from:
|
|
0 commit comments