commit db2f2e727fab83a345494b840272b53fe4ae5d77 (patch) parent cf394f37425fbe4601b441b5a9dac2cff70410b0 Author: Alex Karle <alex@alexkarle.com> Date: Thu, 3 Mar 2022 22:00:03 -0500 Silence ed(1) bytes-written display on edit This should hopefully be less confusing for new ed(1) users.. Diffstat:
M | today | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/today b/today @@ -44,7 +44,7 @@ reqinit() { } edlog() { - ed -p'ed> ' "$@" "$LOG" + ed -s -p'ed> ' "$@" "$LOG" commit "Auto commit" }