aboutsummaryrefslogtreecommitdiff
path: root/src/series
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-03 22:46:15 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-03 22:46:15 +0100
commit8ecef139cf51b794a9a7e5a2686dbca3581340e1 (patch)
treef79ade7b9d44f9d42638c84c7a7492ca945f58ec /src/series
parentce25bbd863904ac7784b647b6b8e22196e7674ff (diff)
downloadsebastiano.tronto.net-8ecef139cf51b794a9a7e5a2686dbca3581340e1.tar.gz
sebastiano.tronto.net-8ecef139cf51b794a9a7e5a2686dbca3581340e1.zip
New post, fixed some stuff
Diffstat (limited to 'src/series')
-rw-r--r--src/series/series.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/series/series.md b/src/series/series.md
index 75bc301..34f34d7 100644
--- a/src/series/series.md
+++ b/src/series/series.md
@@ -1,7 +1,7 @@
1# List of blog series 1# List of blog series
2 2
3I my [blog](../blog) I sometimes write multiple posts on the same 3In my [blog](../blog) I sometimes write multiple posts on the same topic,
4topic, or posts in multiple parts. This page contains the list of these 4or I write posts in multiple parts. This page contains the list of these
5"blog series". 5"blog series".
6 6
7**Note:** This is *not* a full list of my blog posts divided by topic. 7**Note:** This is *not* a full list of my blog posts divided by topic.
@@ -26,9 +26,10 @@ Each post is introduced by a fictional context.
26In this series I explore three classic UNIX commands, in increasing order 26In this series I explore three classic UNIX commands, in increasing order
27of complexity: `grep`, `sed` and `awk`. Work in progress. 27of complexity: `grep`, `sed` and `awk`. Work in progress.
28 28
29* [grep](../blog/2023-08-20-grep) 29* Part 0: [Regular expressions](../blog/2023-06-16-regex)
30* sed [coming soon] 30* Part 1: [grep](../blog/2023-08-20-grep)
31* awk [coming less soon] 31* Part 2: [sed](../blog/2023-12-03-sed)
32* Part 3: awk (coming "soon")
32 33
33## The UNIX shell as an IDE 34## The UNIX shell as an IDE
34 35

Generated with cgit - Back to sebastiano.tronto.net