diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-01-13 18:56:26 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-01-13 18:56:26 +0100 |
| commit | 5f6abc4ce6cca02a37f341f46cc302d20973dae0 (patch) | |
| tree | ba8240617d7772269711ccd6d13bec6a23b5d654 /src/blog/2023-12-03-sed | |
| parent | 2b30bffc6cfef47c785c9bd3d5aa365750c0d533 (diff) | |
| download | sebastiano.tronto.net-5f6abc4ce6cca02a37f341f46cc302d20973dae0.tar.gz sebastiano.tronto.net-5f6abc4ce6cca02a37f341f46cc302d20973dae0.zip | |
Added blog post
Diffstat (limited to 'src/blog/2023-12-03-sed')
| -rw-r--r-- | src/blog/2023-12-03-sed/sed.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/blog/2023-12-03-sed/sed.md b/src/blog/2023-12-03-sed/sed.md index c422879..4d50ed9 100644 --- a/src/blog/2023-12-03-sed/sed.md +++ b/src/blog/2023-12-03-sed/sed.md | |||
| @@ -399,4 +399,6 @@ to take a small detour and talk about some other simple, special-purpose | |||
| 399 | text filtering commands, such as `tr`, `head`, `fmt` and so on. Expect | 399 | text filtering commands, such as `tr`, `head`, `fmt` and so on. Expect |
| 400 | some short posts in this series before part 3 - after all, there are | 400 | some short posts in this series before part 3 - after all, there are |
| 401 | [uncountably many](https://en.wikipedia.org/wiki/Uncountable_set) | 401 | [uncountably many](https://en.wikipedia.org/wiki/Uncountable_set) |
| 402 | numbers between two and 3! | 402 | numbers between 2 and 3! |
| 403 | |||
| 404 | *Next in the series: [tr](../2024-01-13-tr)* | ||
