From 8ecef139cf51b794a9a7e5a2686dbca3581340e1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 3 Dec 2023 22:46:15 +0100 Subject: New post, fixed some stuff --- src/blog/2023-06-16-regex/regex.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/blog/2023-06-16-regex') diff --git a/src/blog/2023-06-16-regex/regex.md b/src/blog/2023-06-16-regex/regex.md index e6c46f1..bd77b15 100644 --- a/src/blog/2023-06-16-regex/regex.md +++ b/src/blog/2023-06-16-regex/regex.md @@ -1,5 +1,7 @@ # UNIX text filters, part 0 of 3: regular expressions +*This post is part of a [series](../../series)* + One of the most important features of UNIX and its descendants, if not *the* most important feature, is input / output redirection: the output of a command can be displayed to the user, written to a @@ -199,3 +201,5 @@ But, quoting from the manual page: I hope you enjoyed this post, despite the lack of practical examples. If you want to see more applications of regular expressions, stay tuned for the next entries on grep, sed and awk! + +*Next in the series: [grep](../2023-08-20-grep)* -- cgit v1.3