Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zmv another zsh gem
- X-seq: zsh-users 8500
- From: Christian Taylor <cht@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zmv another zsh gem
- Date: Tue, 15 Feb 2005 12:06:39 +0100
- In-reply-to: <frd311ho2drm3ua97av105hcdp58v37ui9@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <frd311ho2drm3ua97av105hcdp58v37ui9@xxxxxxx>
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