[PLUG] Converting Uppercase File Names to Lowercase
Paul Mullen
pm at nellump.net
Sun Jun 23 04:10:45 UTC 2013
On Sat, Jun 22, 2013 at 09:54:16AM -0700, Rich Shepard wrote:
> That did not work. But after reading the man page I found that
>
> rename .JPG .jpg *.JPG
>
> works just fine.
>
> Thanks again for reminding me of rename's existence.
That sounds like a different "rename" command than the one I'm
familiar with. The version on my systems produces the following
usage message:
$ rename
Usage: rename [-v] [-n] [-f] perlexpr [filenames]
Its manpage shows that it was originally written by Larry Wall (father
of Perl). A Web search indicates that there is, indeed, more than one
"rename" command out there:
http://linux.die.net/man/1/rename
--
Paul
More information about the PLUG
mailing list