aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2023-06-16-regex
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/2023-06-16-regex')
-rw-r--r--src/blog/2023-06-16-regex/regex.md4
1 files changed, 4 insertions, 0 deletions
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 @@
1# UNIX text filters, part 0 of 3: regular expressions 1# UNIX text filters, part 0 of 3: regular expressions
2 2
3*This post is part of a [series](../../series)*
4
3One of the most important features of UNIX and its descendants, if 5One of the most important features of UNIX and its descendants, if
4not *the* most important feature, is input / output redirection: 6not *the* most important feature, is input / output redirection:
5the output of a command can be displayed to the user, written to a 7the output of a command can be displayed to the user, written to a
@@ -199,3 +201,5 @@ But, quoting from the manual page:
199I hope you enjoyed this post, despite the lack of practical examples. 201I hope you enjoyed this post, despite the lack of practical examples.
200If you want to see more applications of regular expressions, stay 202If you want to see more applications of regular expressions, stay
201tuned for the next entries on grep, sed and awk! 203tuned for the next entries on grep, sed and awk!
204
205*Next in the series: [grep](../2023-08-20-grep)*

Generated with cgit - Back to sebastiano.tronto.net