diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-27 17:50:07 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-27 17:50:07 +0100 |
| commit | 7ce6e72ddfa408f6128cf95702b5b761d1ba8518 (patch) | |
| tree | 30343b580e7f619de6c0b52fa51fb6751609e9f0 /src/series | |
| parent | ec88cf30fc7c1b450821b9eaf9c177bc985d4c17 (diff) | |
| download | sebastiano.tronto.net-7ce6e72ddfa408f6128cf95702b5b761d1ba8518.tar.gz sebastiano.tronto.net-7ce6e72ddfa408f6128cf95702b5b761d1ba8518.zip | |
Added tomorrow's blog post
Diffstat (limited to 'src/series')
| -rw-r--r-- | src/series/series.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/series/series.md b/src/series/series.md index 13bd341..eece440 100644 --- a/src/series/series.md +++ b/src/series/series.md | |||
| @@ -31,6 +31,8 @@ of complexity: `grep`, `sed` and `awk`. Work in progress. | |||
| 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 2.1: [tr](../blog/2024-01-13-tr) |
| 33 | * Part 2.2: [head and tail](../blog/2024-02-20-head-and-tail) | 33 | * Part 2.2: [head and tail](../blog/2024-02-20-head-and-tail) |
| 34 | * Part 2.3: [rev](../blog/2024-03-27-rev) | ||
| 35 | * Part 2.4: [cut](../blog/2024-03-28-cut) | ||
| 34 | * Part 3: awk (coming "soon") | 36 | * Part 3: awk (coming "soon") |
| 35 | 37 | ||
| 36 | ## The UNIX shell as an IDE | 38 | ## The UNIX shell as an IDE |
