summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-06 14:06:51 +0000
committerJim Meyering <jim@meyering.net>2005-10-06 14:06:51 +0000
commit84f1db37269ace00310a500ecf02b828876b41f6 (patch)
tree461bc09eff3b37783517e5fe0b78c0202e4a3bbf
parent132aaa2eacd0939a2ca0d0177188a52e99e17dc6 (diff)
downloadcoreutils-84f1db37269ace00310a500ecf02b828876b41f6.tar.xz
rm: add support for a -I option, like that from FreeBSD's rm.
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1840dc198..c664507b3 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.