bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12400: rmdir runs "amok", users "curse" GNU...(as rmdir has no optio


From: L A Walsh
Subject: bug#12400: rmdir runs "amok", users "curse" GNU...(as rmdir has no option to stay on 1 file system)...
Date: Tue, 05 Feb 2019 15:59:28 -0800
User-agent: Thunderbird

On 1/18/2019 12:32 AM, Assaf Gordon wrote:
> retitle 12400 rmdir: add --one-file-system option
> severity 12400 wishlist
> tags 12400 wontfix
> stop
>   
>> If you want a recursive option why not use 'rm -rf'?
>>     
-----
rmdir already provides a recursive delete that can cross
file system boundaries


dir1->dir2->dir3

dir1 is on 1 file system, dir 2 is on another and dir 3 can be on another.


>> There is always 'find' with the -delete option.  But regardless there
>> has been the find -exec option.
>>     
----
    true -- so why should 'rm' protect against crossing boundaries
deleting '/' or everything under '.' when there is find?

find is the obvious solution you are saying, so all that checking in
rm should be removed, as it is inconsistent with rmdir that can
cross boundaries.

As for closing something not addressed for 6 years while the problem
has grown worse -- (rmdir didnt' used to have a recursive delete), doesn't
seem a great way to judge whether or not a bug is valid or not .







reply via email to

[Prev in Thread] Current Thread [Next in Thread]