bug#33125: /bin/del

2018-10-29 Thread Assaf Gordon
severity 33125 wishlist retitle 33125 rm: add --backup option, similar to cp/mv/ln stop On 2018-10-28 3:12 p.m., Paul Eggert wrote: It'd be nice to add a --backup flag to 'rm', which would behave like --backup does with cp, mv, and ln. This would have the effect of the 'del' command you're sugg

bug#33125: /bin/del

2018-10-28 Thread Paul Eggert
It'd be nice to add a --backup flag to 'rm', which would behave like --backup does with cp, mv, and ln. This would have the effect of the 'del' command you're suggesting.

bug#33125: /bin/del

2018-10-27 Thread francky . leyn
Hello, in this message a do a plea to introduce a /bin/del command into the coreutils. Deleting is something totally different than removing. It is a mv action and there must be a restore action. With the coreutils, removing is the default. This is not wrong, but it can be very anyoing, as