From 60aaeeb85a5446b483aed8c74ded078e4875b1ed Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 23 Jul 2023 10:51:55 -0500 Subject: [PATCH] Promote dd. --- toys/{pending => posix}/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/dd.c (99%) diff --git a/toys/pending/dd.c b/toys/posix/dd.c similarity index 99% rename from toys/pending/dd.c rename to toys/posix/dd.c index 8d530b0b..6b5f6c5a 100644 --- a/toys/pending/dd.c +++ b/toys/posix/dd.c @@ -13,7 +13,7 @@ USE_DD(NEWTOY(dd, 0, TOYFLAG_USR|TOYFLAG_BIN)) config DD bool "dd" - default n + default y help usage: dd [if|of=FILE] [ibs|obs|bs|count|seek|skip=N] [conv|status|iflag|oflag=FLAG[,FLAG...]] -- 2.39.2