summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-20 13:00:03 +0000
committerJim Meyering <jim@meyering.net>2006-02-20 13:00:03 +0000
commit81e3b9d6984af1f18e7c02e325558f661281cf56 (patch)
tree70b60d699315158a5dd9dcdd077a81040c1c617a
parentf97b02c197657c1e40f57d2ab98b2a83252e1282 (diff)
downloadcoreutils-81e3b9d6984af1f18e7c02e325558f661281cf56.tar.xz
Remove entry for implementing rm -I
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 2878d5635..5a9c1224a 100644
--- a/TODO
+++ b/TODO
@@ -215,9 +215,3 @@ 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:
- -I Request confirmation once if more than three files are being
- removed or if a directory is being recursively removed. This
- is a far less intrusive option than -i yet provides almost
- the same level of protection against mistakes.