diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-06 14:06:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-06 14:06:51 +0000 |
commit | 84f1db37269ace00310a500ecf02b828876b41f6 (patch) | |
tree | 461bc09eff3b37783517e5fe0b78c0202e4a3bbf | |
parent | 132aaa2eacd0939a2ca0d0177188a52e99e17dc6 (diff) | |
download | coreutils-84f1db37269ace00310a500ecf02b828876b41f6.tar.xz |
rm: add support for a -I option, like that from FreeBSD's rm.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |