aboutsummaryrefslogtreecommitdiff
path: root/src/series
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-01-15 12:01:24 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-01-15 12:01:24 +0100
commit7dac2c3bc3ea70ed52b25a08566b760af41e6f1a (patch)
treef7bfcfd65ded542cf4041af16aee1ccb7d570556 /src/series
parent57ef2d54ef65043cc3fcc18b474dad140bfe70aa (diff)
parent5f6abc4ce6cca02a37f341f46cc302d20973dae0 (diff)
downloadsebastiano.tronto.net-7dac2c3bc3ea70ed52b25a08566b760af41e6f1a.tar.gz
sebastiano.tronto.net-7dac2c3bc3ea70ed52b25a08566b760af41e6f1a.zip
Merge branch 'master' of tronto.net:sebastiano.tronto.net
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