Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zmv another zsh gem



On Tuesday 15 February 2005 09:51, zzapper wrote:

> In comp.editors I came across mmv and zmv
> [...]
> The case changers don't work on Cygwin because WinXP grumbles target &
> source filename are the same!

Using mv to change the case of a filename doesn't work on any "caseless" file 
system like vfat, because both filenames refer to the same, existing file. 
Afaik POSIX compliance demands an error in that case. You'll have to do it in 
two steps.

Christian Taylor



Messages sorted by: Reverse Date, Date, Thread, Author