GNU bug report logs -
#21084
rm appears to no longer be POSIX compliant (as of 2013 edition) re: deleting empty dirs and files under <path>/.
Previous Next
Reported by: Linda Walsh <coreutils <at> tlinx.org>
Date: Sat, 18 Jul 2015 07:57:01 UTC
Severity: normal
Tags: notabug
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
reopen 21084
thanks
Andreas Schwab wrote:
> Linda Walsh <coreutils <at> tlinx.org> writes:
>
>> In looking at the 2013 specification for rm
>> (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html),
>>
>> it no longer says to stop processing if the path basename equals
>> "." or "..".
>
> "If either of the files dot or dot-dot are specified as the basename
> portion of an operand (that is, the final pathname component) or if an
> operand resolves to the root directory, rm shall write a diagnostic
> message to standard error and do nothing more with such operands."
----
I'll grant it also says you can't remove "/",
So a special flag "--use_depth_first_inspection" that says not to look at
a "basename" until it's children have been processed wouldn't be any more
out of place than special flags to handle "/" processing, right?
The fact that they put the ".", ".." and "/" together, outside of
the 1-4 processing leads one to the idea that they should be treated similarly,
no?
This bug report was last modified 9 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.