diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-06 14:12:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-06 14:12:52 +0000 |
commit | 028b5117d48ddc513337fc975f79cf1adb1da7c7 (patch) | |
tree | 24665d30971287137a486cd0be1e0a955bfa8a51 | |
parent | e1cd990287875854f6058f32e8604ce9223009a1 (diff) | |
download | coreutils-028b5117d48ddc513337fc975f79cf1adb1da7c7.tar.xz |
*** empty log message ***
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |