From: Jim Meyering Date: Mon, 20 Feb 2006 13:00:03 +0000 (+0000) Subject: Remove entry for implementing rm -I X-Git-Tag: v6.0~708 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81e3b9d6984af1f18e7c02e325558f661281cf56;p=thirdparty%2Fcoreutils.git Remove entry for implementing rm -I --- diff --git a/TODO b/TODO index 2878d56350..5a9c1224a9 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.