From: Jim Meyering Date: Thu, 6 Oct 2005 14:12:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=028b5117d48ddc513337fc975f79cf1adb1da7c7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index c664507b3e..6e1260b9dc 100644 --- a/TODO +++ b/TODO @@ -219,4 +219,8 @@ Adapt tools like wc, tr, fmt, etc. (most of the textutils) to be Remove all uses of the `register' keyword -rm: add support for a -I option, like that from FreeBSD's rm. +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.