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 1840dc1..c664507 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.