cvs commit: src/bin/rm
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Oct 5 23:17:32 PDT 2004
dillon 2004/10/05 23:16:43 PDT
DragonFly src repository
Modified files:
bin/rm rm.1 rm.c
Log:
Add the -I option to rm. This option asks for confirmation just once if
recursively removing directories or if more then 3 files are listed in the
command line. It is designed as a better safety net for new users then
the far more annoying -i.
After: reading the bikeshed on the freebsd groups and thinking up a better way.
Revision Changes Path
1.3 +6 -1 src/bin/rm/rm.1
1.4 +59 -2 src/bin/rm/rm.c
http://www.dragonflybsd.org/cvsweb/src/bin/rm/rm.1.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/rm/rm.c.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list