diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-31 21:21:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-31 21:21:52 +0200 |
| commit | c6cd23bb8bcfb50da6075765a905d1c07425ba78 (patch) | |
| tree | a13862bfa8f92ad5d165af683e75b311469779a3 /src/blog/2024-04-07-expand-unexpand | |
| parent | 0aeeeed253053d31eed23962299d86200820eaa9 (diff) | |
| download | sebastiano.tronto.net-c6cd23bb8bcfb50da6075765a905d1c07425ba78.tar.gz sebastiano.tronto.net-c6cd23bb8bcfb50da6075765a905d1c07425ba78.zip | |
New blog post
Diffstat (limited to 'src/blog/2024-04-07-expand-unexpand')
| -rw-r--r-- | src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md b/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md index 19d6f3b..563f8eb 100644 --- a/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md +++ b/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | |||
| @@ -56,3 +56,5 @@ $ for f in *.rs; do unexpand $f > $f.2 && mv $f.2 $f; done | |||
| 56 | For some reason, the OpenBSD version of `unexpand` does not allow | 56 | For some reason, the OpenBSD version of `unexpand` does not allow |
| 57 | using the `-t` option. So if I had brought my OpenBSD laptop at the | 57 | using the `-t` option. So if I had brought my OpenBSD laptop at the |
| 58 | rust lecture I would have been stuck with spaces :( | 58 | rust lecture I would have been stuck with spaces :( |
| 59 | |||
| 60 | *Next in the series: [fold](../2024-05-31-fold)* | ||
