1 Summary: supplement the -I argument
3 CreatedBy: Francois Marier <francois@debian.org>
4 AssignedTo: Francois Marier <francois@debian.org>
6 Inserted: 2008-07-01T03:16:42
7 Updated: 2008-07-01T03:16:42
11 Mert Dirik <mertdirik@gmail.com> suggests the following:
13 "rm has a -I (or --interactive=once) option for who want to approve the whole
14 action, not the every action rm will did. But rm's confirmation message is not
15 so informative and this can lead to bad situations. For ex.
18 /bin/rm.real: remove all arguments?"
20 This would involve parsing the command line options differently from the paths
21 and then detecting the -I option to do something differently.