aboutsummaryrefslogtreecommitdiff
path: root/src/series
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-01-13 18:56:26 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-01-13 18:56:26 +0100
commit5f6abc4ce6cca02a37f341f46cc302d20973dae0 (patch)
treeba8240617d7772269711ccd6d13bec6a23b5d654 /src/series
parent2b30bffc6cfef47c785c9bd3d5aa365750c0d533 (diff)
downloadsebastiano.tronto.net-5f6abc4ce6cca02a37f341f46cc302d20973dae0.tar.gz
sebastiano.tronto.net-5f6abc4ce6cca02a37f341f46cc302d20973dae0.zip
Added blog post
Diffstat (limited to 'src/series')
-rw-r--r--src/series/series.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/series/series.md b/src/series/series.md
index 34f34d7..216c105 100644
--- a/src/series/series.md
+++ b/src/series/series.md
@@ -29,6 +29,7 @@ of complexity: `grep`, `sed` and `awk`. Work in progress.
29* Part 0: [Regular expressions](../blog/2023-06-16-regex) 29* Part 0: [Regular expressions](../blog/2023-06-16-regex)
30* Part 1: [grep](../blog/2023-08-20-grep) 30* Part 1: [grep](../blog/2023-08-20-grep)
31* Part 2: [sed](../blog/2023-12-03-sed) 31* Part 2: [sed](../blog/2023-12-03-sed)
32* Part 2.1: [tr](../blog/2024-01-13-tr)
32* Part 3: awk (coming "soon") 33* Part 3: awk (coming "soon")
33 34
34## The UNIX shell as an IDE 35## The UNIX shell as an IDE

Generated with cgit - Back to sebastiano.tronto.net