bug-coreutils
[Top][All Lists]
Advanced

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

Re: mv can't change filename case on case-insensitive file systems


From: Paul Eggert
Subject: Re: mv can't change filename case on case-insensitive file systems
Date: Fri, 17 Aug 2007 13:00:53 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Eric Blake <address@hidden> writes:

> Lacking an efficient standardized API, checks for case-insensitivity are only 
> needed when stricmp() succeeds when strcmp() fails (actually, I'm not sure 
> whether choice of locale can affect case-insensitive equality of filenames?). 
>  

I would figure that out before proceeding.  My guess is that at least
in some cases (NFS, say) the kernel or file system's opinion of case
differs from the application's, which means you'll have a real mess on
your hands.




reply via email to

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