aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-04-07-expand-unexpand
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-31 21:21:52 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-31 21:21:52 +0200
commitc6cd23bb8bcfb50da6075765a905d1c07425ba78 (patch)
treea13862bfa8f92ad5d165af683e75b311469779a3 /src/blog/2024-04-07-expand-unexpand
parent0aeeeed253053d31eed23962299d86200820eaa9 (diff)
downloadsebastiano.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.md2
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
56For some reason, the OpenBSD version of `unexpand` does not allow 56For some reason, the OpenBSD version of `unexpand` does not allow
57using the `-t` option. So if I had brought my OpenBSD laptop at the 57using the `-t` option. So if I had brought my OpenBSD laptop at the
58rust lecture I would have been stuck with spaces :( 58rust lecture I would have been stuck with spaces :(
59
60*Next in the series: [fold](../2024-05-31-fold)*

Generated with cgit - Back to sebastiano.tronto.net