]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
rm: add support for a -I option, like that from FreeBSD's rm.
authorJim Meyering <jim@meyering.net>
Thu, 6 Oct 2005 14:06:51 +0000 (14:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Oct 2005 14:06:51 +0000 (14:06 +0000)
TODO

diff --git a/TODO b/TODO
index 1840dc198630b08335457946a11d1ba504a60d48..c664507b3ecfdfbe132a1d7bb59414da35030d6e 100644 (file)
--- 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.