aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2023-06-16-regex
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-03 22:46:15 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-03 22:46:15 +0100
commit8ecef139cf51b794a9a7e5a2686dbca3581340e1 (patch)
treef79ade7b9d44f9d42638c84c7a7492ca945f58ec /src/blog/2023-06-16-regex
parentce25bbd863904ac7784b647b6b8e22196e7674ff (diff)
downloadsebastiano.tronto.net-8ecef139cf51b794a9a7e5a2686dbca3581340e1.tar.gz
sebastiano.tronto.net-8ecef139cf51b794a9a7e5a2686dbca3581340e1.zip
New post, fixed some stuff
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