diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-07 07:01:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-07 07:01:58 +0200 |
| commit | d1504905f459494c99bccb3be17f6f70258e1e0c (patch) | |
| tree | 6bc6a0b6f5afce4624746b535d00b7edeb2d1697 /src/blog/2024-03-28-cut | |
| parent | 57056f658bbba0ea1b3dd9fece8dc00c17e2dade (diff) | |
| download | sebastiano.tronto.net-d1504905f459494c99bccb3be17f6f70258e1e0c.tar.gz sebastiano.tronto.net-d1504905f459494c99bccb3be17f6f70258e1e0c.zip | |
added blog post
Diffstat (limited to 'src/blog/2024-03-28-cut')
| -rw-r--r-- | src/blog/2024-03-28-cut/cut.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blog/2024-03-28-cut/cut.md b/src/blog/2024-03-28-cut/cut.md index 4e0677d..719efa2 100644 --- a/src/blog/2024-03-28-cut/cut.md +++ b/src/blog/2024-03-28-cut/cut.md | |||
| @@ -136,3 +136,5 @@ something more complicated with the data than just printing it out. | |||
| 136 | For this reason I have always relied on more complete languages, | 136 | For this reason I have always relied on more complete languages, |
| 137 | like C or Python, rather than shell scripting. But `cut` is definitely | 137 | like C or Python, rather than shell scripting. But `cut` is definitely |
| 138 | a convenient tool to be familiar with, given how simple it is! | 138 | a convenient tool to be familiar with, given how simple it is! |
| 139 | |||
| 140 | *Next in the series: [expand and unexpand](../2024-04-07-expand-unexpand)* | ||
