aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-04-07-expand-unexpand
diff options
context:
space:
mode:
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