Skip to content

Commit 1e03291

Browse files
gnu sed ebook announcement
1 parent 1754144 commit 1e03291

File tree

15 files changed

+113
-269
lines changed

15 files changed

+113
-269
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ I'm addicted to reading fantasy/sci-fi books, so I have a [blog](https://learnby
66

77
## Posts
88

9+
* [CLI text processing with GNU sed book announcement](https://learnbyexample.github.io/cli-text-processing-sed-announcement/)
910
* [CLI text processing with GNU grep and ripgrep book announcement](https://learnbyexample.github.io/cli-text-processing-grep-announcement/)
1011
* [100+ Interactive Python Regex Exercises](https://learnbyexample.github.io/interactive-python-regex-exercises/)
1112
* [Python Regular Expressions Playground](https://learnbyexample.github.io/python-regex-playground/)

atom.xml

+92-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,96 @@
55
<link href="https://learnbyexample.github.io/atom.xml" rel="self" type="application/atom+xml"/>
66
<link href="https://learnbyexample.github.io"/>
77
<generator uri="https://www.getzola.org/">Zola</generator>
8-
<updated>2023-06-26T00:00:00+00:00</updated>
8+
<updated>2023-06-29T00:00:00+00:00</updated>
99
<id>https://learnbyexample.github.io/atom.xml</id>
10+
<entry xml:lang="en">
11+
<title>CLI text processing with GNU sed book announcement</title>
12+
<published>2023-06-29T00:00:00+00:00</published>
13+
<updated>2023-06-29T00:00:00+00:00</updated>
14+
<link rel="alternate" href="https://learnbyexample.github.io/cli-text-processing-sed-announcement/" type="text/html"/>
15+
<id>https://learnbyexample.github.io/cli-text-processing-sed-announcement/</id>
16+
<content type="html">&lt;p&gt;Hello!&lt;&#x2F;p&gt;
17+
&lt;p&gt;I am pleased to announce a new version of my &lt;strong&gt;CLI text processing with GNU sed&lt;&#x2F;strong&gt; ebook. Examples, exercises, solutions, descriptions and external links were added&#x2F;updated&#x2F;corrected.&lt;&#x2F;p&gt;
18+
&lt;p&gt;This book will help you learn the &lt;code&gt;GNU sed&lt;&#x2F;code&gt; command step-by-step from beginner to advanced levels with &lt;strong&gt;hundreds of examples and exercises&lt;&#x2F;strong&gt;. In addition to command options, &lt;strong&gt;regular expressions&lt;&#x2F;strong&gt; will also be discussed in detail.&lt;&#x2F;p&gt;
19+
&lt;span id=&quot;continue-reading&quot;&gt;&lt;&#x2F;span&gt;&lt;br&gt;
20+
&lt;h2 id=&quot;release-offers&quot;&gt;Release offers&lt;a class=&quot;zola-anchor&quot; href=&quot;#release-offers&quot; aria-label=&quot;Anchor link for: release-offers&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
21+
&lt;p&gt;To celebrate the new release, you can download PDF&#x2F;EPUB versions of &lt;strong&gt;CLI text processing with GNU sed&lt;&#x2F;strong&gt; for FREE till 10-July-2023. You can still pay if you wish ;)&lt;&#x2F;p&gt;
22+
&lt;ul&gt;
23+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.gumroad.com&#x2F;l&#x2F;gnu_sed&quot;&gt;Gumroad&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
24+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;leanpub.com&#x2F;gnu_sed&#x2F;c&#x2F;new_sed_release&quot;&gt;Leanpub&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
25+
&lt;&#x2F;ul&gt;
26+
&lt;p&gt;Other offers:&lt;&#x2F;p&gt;
27+
&lt;ul&gt;
28+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.gumroad.com&#x2F;l&#x2F;gnugrep_ripgrep&quot;&gt;CLI text processing with GNU grep and ripgrep&lt;&#x2F;a&gt; is FREE&lt;&#x2F;li&gt;
29+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.gumroad.com&#x2F;l&#x2F;all-books&#x2F;new_sed_release&quot;&gt;All Books Bundle&lt;&#x2F;a&gt; is $12 (normal price $32) — all my 13 programming ebooks&lt;&#x2F;li&gt;
30+
&lt;&#x2F;ul&gt;
31+
&lt;br&gt;
32+
&lt;h2 id=&quot;what-s-new&quot;&gt;What&#x27;s new?&lt;a class=&quot;zola-anchor&quot; href=&quot;#what-s-new&quot; aria-label=&quot;Anchor link for: what-s-new&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
33+
&lt;ul&gt;
34+
&lt;li&gt;Command version updated to &lt;strong&gt;GNU sed 4.9&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
35+
&lt;li&gt;Many more exercises added, and you can practice some of them using this &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;TUI-apps&#x2F;blob&#x2F;main&#x2F;SedExercises&quot;&gt;interactive TUI app&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
36+
&lt;li&gt;Long sections split into smaller ones&lt;&#x2F;li&gt;
37+
&lt;li&gt;In general, many of the examples, exercises, solutions, descriptions and external links were updated&#x2F;corrected&lt;&#x2F;li&gt;
38+
&lt;li&gt;Updated Acknowledgements section&lt;&#x2F;li&gt;
39+
&lt;li&gt;Code snippets related to info&#x2F;warning sections will now appear as a single block&lt;&#x2F;li&gt;
40+
&lt;li&gt;Book title changed to &lt;strong&gt;CLI text processing with GNU sed&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
41+
&lt;li&gt;New cover image&lt;&#x2F;li&gt;
42+
&lt;li&gt;Images centered for EPUB format&lt;&#x2F;li&gt;
43+
&lt;&#x2F;ul&gt;
44+
&lt;br&gt;
45+
&lt;h2 id=&quot;videos&quot;&gt;Videos&lt;a class=&quot;zola-anchor&quot; href=&quot;#videos&quot; aria-label=&quot;Anchor link for: videos&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
46+
&lt;p align=&quot;center&quot;&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; loading=&quot;lazy&quot; src=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;embed&#x2F;nvKyKoeiZD8&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;&#x2F;iframe&gt;&lt;&#x2F;p&gt;
47+
&lt;p&gt;On this blog, I &lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.github.io&#x2F;tips&#x2F;&quot;&gt;post tips&lt;&#x2F;a&gt; covering Python, command line tools and Vim. Here are video demos for these tips:&lt;&#x2F;p&gt;
48+
&lt;ul&gt;
49+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=THSMmCZQn1A&amp;amp;list=PLTv2U3HnAL4PlFDiH3FXTHXRbhWs2sB3F&quot;&gt;Python tips&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
50+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=p0KCLusMd5Q&amp;amp;list=PLTv2U3HnAL4PNTmRqZBSUgKaiHbRL2zeY&quot;&gt;Linux command line tips&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
51+
&lt;&#x2F;ul&gt;
52+
&lt;br&gt;
53+
&lt;h2 id=&quot;interactive-tui-app&quot;&gt;Interactive TUI app&lt;a class=&quot;zola-anchor&quot; href=&quot;#interactive-tui-app&quot; aria-label=&quot;Anchor link for: interactive-tui-app&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
54+
&lt;p&gt;I also wrote an &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;TUI-apps&#x2F;blob&#x2F;main&#x2F;SedExercises&quot;&gt;interactive TUI app&lt;&#x2F;a&gt; based on some of the exercises from the ebook. Reference solutions are also provided.&lt;&#x2F;p&gt;
55+
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;learnbyexample&#x2F;TUI-apps&#x2F;main&#x2F;SedExercises&#x2F;sed_exercises.png&quot; alt=&quot;Sample screenshot from the interactive TUI app for sed exercises&quot; loading=&quot;lazy&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
56+
&lt;br&gt;
57+
&lt;h2 id=&quot;table-of-contents&quot;&gt;Table of Contents&lt;a class=&quot;zola-anchor&quot; href=&quot;#table-of-contents&quot; aria-label=&quot;Anchor link for: table-of-contents&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
58+
&lt;ol&gt;
59+
&lt;li&gt;Preface&lt;&#x2F;li&gt;
60+
&lt;li&gt;Introduction&lt;&#x2F;li&gt;
61+
&lt;li&gt;In-place file editing&lt;&#x2F;li&gt;
62+
&lt;li&gt;Selective editing&lt;&#x2F;li&gt;
63+
&lt;li&gt;BRE&#x2F;ERE Regular Expressions&lt;&#x2F;li&gt;
64+
&lt;li&gt;Flags&lt;&#x2F;li&gt;
65+
&lt;li&gt;Shell substitutions&lt;&#x2F;li&gt;
66+
&lt;li&gt;z, s and f command line options&lt;&#x2F;li&gt;
67+
&lt;li&gt;append, change, insert&lt;&#x2F;li&gt;
68+
&lt;li&gt;Adding content from file&lt;&#x2F;li&gt;
69+
&lt;li&gt;Control structures&lt;&#x2F;li&gt;
70+
&lt;li&gt;Processing lines bounded by distinct markers&lt;&#x2F;li&gt;
71+
&lt;li&gt;Gotchas and Tricks&lt;&#x2F;li&gt;
72+
&lt;li&gt;Further Reading&lt;&#x2F;li&gt;
73+
&lt;&#x2F;ol&gt;
74+
&lt;br&gt;
75+
&lt;h2 id=&quot;web-version&quot;&gt;Web version&lt;a class=&quot;zola-anchor&quot; href=&quot;#web-version&quot; aria-label=&quot;Anchor link for: web-version&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
76+
&lt;p&gt;You can also read the book online here: &lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.github.io&#x2F;learn_gnused&#x2F;&quot;&gt;https:&#x2F;&#x2F;learnbyexample.github.io&#x2F;learn_gnused&#x2F;&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
77+
&lt;br&gt;
78+
&lt;h2 id=&quot;github-repo&quot;&gt;GitHub repo&lt;a class=&quot;zola-anchor&quot; href=&quot;#github-repo&quot; aria-label=&quot;Anchor link for: github-repo&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
79+
&lt;p&gt;Visit &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;learn_gnused&quot;&gt;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;learn_gnused&lt;&#x2F;a&gt; for markdown source, example files, exercise solutions, sample chapters and other details related to the book.&lt;&#x2F;p&gt;
80+
&lt;blockquote&gt;
81+
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;info.svg&quot; alt=&quot;info&quot; &#x2F;&gt; See also &lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.github.io&#x2F;customizing-pandoc&#x2F;&quot;&gt;my blog post&lt;&#x2F;a&gt; on how to customize &lt;code&gt;pandoc&lt;&#x2F;code&gt; for generating beautiful PDF&#x2F;EPUB versions from GitHub style markdown.&lt;&#x2F;p&gt;
82+
&lt;&#x2F;blockquote&gt;
83+
&lt;br&gt;
84+
&lt;h2 id=&quot;newsletter&quot;&gt;Newsletter&lt;a class=&quot;zola-anchor&quot; href=&quot;#newsletter&quot; aria-label=&quot;Anchor link for: newsletter&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
85+
&lt;p&gt;Subscribe to &lt;a href=&quot;https:&#x2F;&#x2F;learnbyexample.gumroad.com&#x2F;l&#x2F;learnbyexample-weekly&quot;&gt;learnbyexample weekly&lt;&#x2F;a&gt; — free newsletter covering programming resources, updates on what I am creating, tips, tools, free ebooks and more, delivered every Friday.&lt;&#x2F;p&gt;
86+
&lt;br&gt;
87+
&lt;h2 id=&quot;feedback-and-errata&quot;&gt;Feedback and Errata&lt;a class=&quot;zola-anchor&quot; href=&quot;#feedback-and-errata&quot; aria-label=&quot;Anchor link for: feedback-and-errata&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
88+
&lt;p&gt;I would highly appreciate it if you&#x27;d &lt;strong&gt;let me know how you felt about this book&lt;&#x2F;strong&gt;. 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&#x27;t!) and so on. Reader feedback is essential and especially so for self-published authors.&lt;&#x2F;p&gt;
89+
&lt;p&gt;You can reach me via:&lt;&#x2F;p&gt;
90+
&lt;ul&gt;
91+
&lt;li&gt;Issue Manager: &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;learn_gnused&#x2F;issues&quot;&gt;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;learn_gnused&#x2F;issues&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
92+
&lt;li&gt;E-mail: &lt;code&gt;echo &#x27;bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=&#x27; | base64 --decode&lt;&#x2F;code&gt;&lt;&#x2F;li&gt;
93+
&lt;li&gt;Twitter: &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;learn_byexample&quot;&gt;https:&#x2F;&#x2F;twitter.com&#x2F;learn_byexample&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
94+
&lt;&#x2F;ul&gt;
95+
&lt;p&gt;Happy learning :)&lt;&#x2F;p&gt;
96+
</content>
97+
</entry>
1098
<entry xml:lang="en">
1199
<title>Vim tip 28: miscellaneous motion and reposition commands</title>
12100
<published>2023-06-26T00:00:00+00:00</published>
@@ -3048,7 +3136,7 @@ Specifying a greater than &lt;code&gt;0&lt;&#x2F;code&gt; start index when using
30483136
<entry xml:lang="en">
30493137
<title>Programming ebooks by Sundeep Agarwal</title>
30503138
<published>2022-08-09T00:00:00+00:00</published>
3051-
<updated>2023-05-12T00:00:00+00:00</updated>
3139+
<updated>2023-06-29T00:00:00+00:00</updated>
30523140
<link rel="alternate" href="https://learnbyexample.github.io/books/" type="text/html"/>
30533141
<id>https://learnbyexample.github.io/books/</id>
30543142
<content type="html">&lt;p&gt;This post lists my programming ebooks with details like PDF&#x2F;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.&lt;&#x2F;p&gt;
@@ -3222,9 +3310,9 @@ Specifying a greater than &lt;code&gt;0&lt;&#x2F;code&gt; start index when using
32223310
&lt;li&gt;Feedback: &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;learn_byexample&quot;&gt;Twitter&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
32233311
&lt;&#x2F;ul&gt;
32243312
&lt;br&gt;
3225-
&lt;h1 id=&quot;gnu-sed&quot;&gt;&lt;p style=&quot;color: #ff9933&quot;&gt;GNU sed&lt;&#x2F;h1&gt;
3313+
&lt;h1 id=&quot;cli-text-processing-with-gnu-sed&quot;&gt;&lt;p style=&quot;color: #ff9933&quot;&gt;CLI text processing with GNU sed&lt;&#x2F;h1&gt;
32263314
&lt;p&gt;Example based guide to mastering GNU sed. Exercises are also included to test your understanding.&lt;&#x2F;p&gt;
3227-
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;&#x2F;images&#x2F;books&#x2F;sed.png&quot; alt=&quot;sed cover image&quot; loading=&quot;lazy&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
3315+
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;learnbyexample&#x2F;learn_gnused&#x2F;master&#x2F;images&#x2F;sed_ls.png&quot; width=&quot;640px&quot; height=&quot;360px&quot; alt=&quot;CLI text processing with GNU sed cover image&quot; loading=&quot;lazy&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
32283316
&lt;ul&gt;
32293317
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;learn_gnused&#x2F;blob&#x2F;master&#x2F;sample_chapters&#x2F;sed_sample_chapters.pdf&quot;&gt;Sample chapters&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
32303318
&lt;li&gt;Buy pdf&#x2F;epub from:

books/index.html

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)