Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
capitalizing file names
- X-seq: zsh-users 11453
- From: "Alexy Khrabrov" <deliverable@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: capitalizing file names
- Date: Wed, 25 Apr 2007 22:16:12 -0700
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Tqb8ATqhS4JLJlUNhvHZrXKsa6ihian1TAito7VT09zZ6iS3sOjuX2EblsW6BOsBTz/mG/0T2crMTWGYZ/FVdU2K64RZh5uVfrRzjAO1wAHTaTfhRxyM8W9i7hVFscZhyF/rdUbbl5KXfA+CYDQFaz1N0XZ21VBenMLCXsgCjXo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RKcgVcHRK4KIwyP/H2L/HYeR2uUKrZGaqRM35fAo8pdxMJ4JwnRb4hvg27dv89zz8uQlOjejxevD43ZMorw7vZ4h8u0PX/BF7JhXswhVLVdDc1eJs+LEWq9He1ge7TkbW4cPKewldIqIlfo3FsdrpDx4ZBAp8pkJGMrMxy7zpdI=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I need to rename a series of files on Mac OS X, to reflect case
difference. I have multi-word file names such as
alexy_070411_1971.dng
-- which must become
Alexy_070411_1971.DNG
-- that is, I need to capitalize the filename and the extension. Lest
of writing a perl/ruby script, is there a zsh way?
Cheers,
Alexy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author