From c6cd23bb8bcfb50da6075765a905d1c07425ba78 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 31 May 2024 21:21:52 +0200 Subject: New blog post --- src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/blog/2024-04-07-expand-unexpand') 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 For some reason, the OpenBSD version of `unexpand` does not allow using the `-t` option. So if I had brought my OpenBSD laptop at the rust lecture I would have been stuck with spaces :( + +*Next in the series: [fold](../2024-05-31-fold)* -- cgit v1.3