Skip to content

Commit 7f3d5e2

Browse files
added post for awk idioms
1 parent ca4c2eb commit 7f3d5e2

File tree

14 files changed

+306
-11
lines changed

14 files changed

+306
-11
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+
* [GNU awk idioms explained](https://learnbyexample.github.io/awk-idioms-explained/)
910
* [Understanding Python re(gex)? book announcement](https://learnbyexample.github.io/understanding-python-regex-announcement/)
1011
* [Coloring matched portions with GNU grep, sed and awk](https://learnbyexample.github.io/coloring-matched-portions-grep-sed-awk/)
1112
* [100 Page Python Intro book announcement](https://learnbyexample.github.io/100-page-python-intro-book-announcement/)

atom.xml

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

awk-idioms-explained/index.html

+112
Large diffs are not rendered by default.

index.html

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

page/2/index.html

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

page/3/index.html

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

page/4/index.html

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

page/5/index.html

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

page/6/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>learnbyexample</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content=learnbyexample property=og:title><meta content=website property=og:type><meta content="Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets." property=og:description><meta content=https://learnbyexample.github.io property=og:url><meta content=https://learnbyexample.github.io/images/learnbyexample.png property=og:image><meta content=1280 property=og:image:width><meta content=640 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=posts><article class=post><header class=post__header><h1 class=post__title><a href=https://learnbyexample.github.io/a-short-and-satisfying-bug-hunt/>A short and satisfying bug hunt</a></h1><div class=post__meta><span class=post__time>2019-03-06</span></div></header><div class=post__summary><h2 id=the-surprise>The surprise<a aria-label="Anchor link for: the-surprise" class=zola-anchor href=#the-surprise>🔗</a></h2><p>So, a pleasant surprise awaited me last Sunday. As is my usual habit, I opened my <a href=https://github.com/learnbyexample>github</a> account after breakfast to see if I've got any sudden spurt in traffic. And as usual, things were normal. Except for the blue notification, which was rare. I hoped it wasn't a silly pull request and thankfully it was a <a href=https://github.com/learnbyexample/Command-line-text-processing/issues/24>new issue</a> that was opened.</div><div class=read-more><a href=https://learnbyexample.github.io/a-short-and-satisfying-bug-hunt/>Read more...</a></div></article></div><nav class=pagination><a class=previous href=https://learnbyexample.github.io/page/5/>‹ Previous</a></nav></div></main></div><script src=https://learnbyexample.github.io/even.js></script>
1+
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>learnbyexample</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content=learnbyexample property=og:title><meta content=website property=og:type><meta content="Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets." property=og:description><meta content=https://learnbyexample.github.io property=og:url><meta content=https://learnbyexample.github.io/images/learnbyexample.png property=og:image><meta content=1280 property=og:image:width><meta content=640 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=posts><article class=post><header class=post__header><h1 class=post__title><a href=https://learnbyexample.github.io/python-for-maths/>Python for maths</a></h1><div class=post__meta><span class=post__time>2019-03-22</span></div></header><div class=post__summary><p align=center><img alt="sample plot" src=/images/python_for_maths/gravitational_plot.png><p>The above image was generated using <code>matplotlib</code> courtesy code provided by <a href=https://github.com/doingmathwithpython/code/blob/master/chapter2/Chapter2.ipynb>Doing Math with Python</a> book.</div><div class=read-more><a href=https://learnbyexample.github.io/python-for-maths/>Read more...</a></div></article><article class=post><header class=post__header><h1 class=post__title><a href=https://learnbyexample.github.io/a-short-and-satisfying-bug-hunt/>A short and satisfying bug hunt</a></h1><div class=post__meta><span class=post__time>2019-03-06</span></div></header><div class=post__summary><h2 id=the-surprise>The surprise<a aria-label="Anchor link for: the-surprise" class=zola-anchor href=#the-surprise>🔗</a></h2><p>So, a pleasant surprise awaited me last Sunday. As is my usual habit, I opened my <a href=https://github.com/learnbyexample>github</a> account after breakfast to see if I've got any sudden spurt in traffic. And as usual, things were normal. Except for the blue notification, which was rare. I hoped it wasn't a silly pull request and thankfully it was a <a href=https://github.com/learnbyexample/Command-line-text-processing/issues/24>new issue</a> that was opened.</div><div class=read-more><a href=https://learnbyexample.github.io/a-short-and-satisfying-bug-hunt/>Read more...</a></div></article></div><nav class=pagination><a class=previous href=https://learnbyexample.github.io/page/5/>‹ Previous</a></nav></div></main></div><script src=https://learnbyexample.github.io/even.js></script>

sitemap.xml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<loc>https://learnbyexample.github.io/automating-excel-with-python-review/</loc>
2727
<lastmod>2022-12-21</lastmod>
2828
</url>
29+
<url>
30+
<loc>https://learnbyexample.github.io/awk-idioms-explained/</loc>
31+
<lastmod>2025-02-18</lastmod>
32+
</url>
2933
<url>
3034
<loc>https://learnbyexample.github.io/books/</loc>
3135
<lastmod>2025-01-23</lastmod>

tags/gnu-awk/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>learnbyexample</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content=learnbyexample property=og:title><meta content=website property=og:type><meta content="Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets." property=og:description><meta content=https://learnbyexample.github.io property=og:url><meta content=https://learnbyexample.github.io/images/learnbyexample.png property=og:image><meta content=1280 property=og:image:width><meta content=640 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=taxonomy><h2>gnu-awk</h2><div class=taxonomy__item><span class=taxonomy__item__time>2025-01-13</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/coloring-matched-portions-grep-sed-awk/>Coloring matched portions with GNU grep, sed and awk</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2024-04-30</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/interactive-awk-tutorial/>Interactive GNU awk tutorial</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2023-08-22</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/cli-text-processing-awk-announcement/>CLI text processing with GNU awk book announcement</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2023-08-17</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/interactive-grep-sed-awk-exercises/>Interactive exercises for GNU grep, sed and awk (TUI apps)</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2022-01-19</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/duplicates-irrespective-field-order/>Removing duplicates irrespective of field order</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2021-07-02</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/escaping-madness-awk-literal-field-separator/>Escaping madness to get literal field separators in awk</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2021-05-31</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/gnu-bre-ere-cheatsheet/>GNU BRE/ERE cheatsheet and differences between grep, sed and awk</a> </span></div></div></div></main></div><script src=https://learnbyexample.github.io/even.js></script>
1+
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>learnbyexample</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content=learnbyexample property=og:title><meta content=website property=og:type><meta content="Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets." property=og:description><meta content=https://learnbyexample.github.io property=og:url><meta content=https://learnbyexample.github.io/images/learnbyexample.png property=og:image><meta content=1280 property=og:image:width><meta content=640 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=taxonomy><h2>gnu-awk</h2><div class=taxonomy__item><span class=taxonomy__item__time>2025-02-18</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/awk-idioms-explained/>GNU awk idioms explained</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2025-01-13</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/coloring-matched-portions-grep-sed-awk/>Coloring matched portions with GNU grep, sed and awk</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2024-04-30</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/interactive-awk-tutorial/>Interactive GNU awk tutorial</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2023-08-22</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/cli-text-processing-awk-announcement/>CLI text processing with GNU awk book announcement</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2023-08-17</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/interactive-grep-sed-awk-exercises/>Interactive exercises for GNU grep, sed and awk (TUI apps)</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2022-01-19</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/duplicates-irrespective-field-order/>Removing duplicates irrespective of field order</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2021-07-02</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/escaping-madness-awk-literal-field-separator/>Escaping madness to get literal field separators in awk</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2021-05-31</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/gnu-bre-ere-cheatsheet/>GNU BRE/ERE cheatsheet and differences between grep, sed and awk</a> </span></div></div></div></main></div><script src=https://learnbyexample.github.io/even.js></script>

0 commit comments

Comments
 (0)