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-08-20-grep | |
| 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-08-20-grep')
| -rw-r--r-- | src/blog/2023-08-20-grep/grep.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blog/2023-08-20-grep/grep.md b/src/blog/2023-08-20-grep/grep.md index 47f414b..597d8f7 100644 --- a/src/blog/2023-08-20-grep/grep.md +++ b/src/blog/2023-08-20-grep/grep.md | |||
| @@ -250,3 +250,5 @@ advanced tools, such as `sed` and `awk`: the "read one line, process | |||
| 250 | it, print something" idea is common to all three of them. | 250 | it, print something" idea is common to all three of them. |
| 251 | 251 | ||
| 252 | Stay tuned for the part 2: `sed`! | 252 | Stay tuned for the part 2: `sed`! |
| 253 | |||
| 254 | *Next in the series: [sed](../2023-12-03-sed)* | ||
