From 03d827e2fbc409ef97829f25b8eeca5204f81a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 13:24:49 +0200 Subject: Re-organize files --- etc/f | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 etc/f (limited to 'etc/f') diff --git a/etc/f b/etc/f new file mode 100755 index 0000000..7f541d8 --- /dev/null +++ b/etc/f @@ -0,0 +1,10 @@ +#!/bin/sh + +# f -- fmt with new line for each sentence + +fmt "$@" | +sed 's/\([^ ]\)\. \([^ ]\)/\1.\ +\.temporary line for fmt\ +\2/g' | +fmt "$@" | +sed '/^\.temporary line for fmt$/d' -- cgit v1.2.3