From: Jim Meyering Date: Thu, 6 Oct 2005 14:06:51 +0000 (+0000) Subject: rm: add support for a -I option, like that from FreeBSD's rm. X-Git-Tag: v5.91~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84f1db37269ace00310a500ecf02b828876b41f6;p=thirdparty%2Fcoreutils.git rm: add support for a -I option, like that from FreeBSD's rm. --- diff --git a/TODO b/TODO index 1840dc1986..c664507b3e 100644 --- a/TODO +++ b/TODO @@ -218,3 +218,5 @@ Adapt tools like wc, tr, fmt, etc. (most of the textutils) to be (preferably `no') cost when operating in single-byte mode. Remove all uses of the `register' keyword + +rm: add support for a -I option, like that from FreeBSD's rm.