bug-coreutils
[Top][All Lists]
Advanced

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

Re: [bug #17900] rm -f should ignore ENOTDIR


From: Paul Eggert
Subject: Re: [bug #17900] rm -f should ignore ENOTDIR
Date: Tue, 03 Oct 2006 09:27:48 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Jim Meyering <address@hidden> writes:

> It should also include ENAMETOOLONG:

Actually, isn't ENAMETOOLONG in the same category as ELOOP?  That is,
ENAMETOOLONG sometimes indicates the file isn't there, but sometimes
not.  For example,

rm -f ./././././././.../foo

(where the "..." stands for lots of "./"s) will fail due to
ENAMETOOLONG, even though the named file actually does exist.




reply via email to

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