diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-03 22:46:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-03 22:46:15 +0100 |
| commit | 8ecef139cf51b794a9a7e5a2686dbca3581340e1 (patch) | |
| tree | f79ade7b9d44f9d42638c84c7a7492ca945f58ec /src/blog/2023-06-16-regex | |
| parent | ce25bbd863904ac7784b647b6b8e22196e7674ff (diff) | |
| download | sebastiano.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.md | 4 |
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 | |||
| 3 | One of the most important features of UNIX and its descendants, if | 5 | One of the most important features of UNIX and its descendants, if |
| 4 | not *the* most important feature, is input / output redirection: | 6 | not *the* most important feature, is input / output redirection: |
| 5 | the output of a command can be displayed to the user, written to a | 7 | the output of a command can be displayed to the user, written to a |
| @@ -199,3 +201,5 @@ But, quoting from the manual page: | |||
| 199 | I hope you enjoyed this post, despite the lack of practical examples. | 201 | I hope you enjoyed this post, despite the lack of practical examples. |
| 200 | If you want to see more applications of regular expressions, stay | 202 | If you want to see more applications of regular expressions, stay |
| 201 | tuned for the next entries on grep, sed and awk! | 203 | tuned for the next entries on grep, sed and awk! |
| 204 | |||
| 205 | *Next in the series: [grep](../2023-08-20-grep)* | ||
