From c6c168f05d6262adc439d13a5711e8595d450867 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 1 Oct 2023 01:31:42 -0500 Subject: [PATCH] Promote fold. --- toys/{pending => posix}/fold.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename toys/{pending => posix}/fold.c (97%) diff --git a/toys/pending/fold.c b/toys/posix/fold.c similarity index 97% rename from toys/pending/fold.c rename to toys/posix/fold.c index 6a2a5764..27e4e685 100644 --- a/toys/pending/fold.c +++ b/toys/posix/fold.c @@ -1,4 +1,4 @@ -/* fold.c - filter for folding lines +/* fold.c - Line wrap input. * * Copyright 2023 Rob Landley * @@ -8,7 +8,7 @@ USE_FOLD(NEWTOY(fold, "bsw#<1=80", TOYFLAG_USR|TOYFLAG_BIN)) config FOLD bool "fold" - default n + default y help usage: fold [-bsSu] [-w WIDTH] [FILE...] -- 2.39.2