I was wondering if anyone knows how to change the case (e.g. from "test.TXT"
to "test.txt") on a large number of files, in several subdirectories.
I am only interested in changing the extension, from something in caps to
the same thing in lower case.
When I try to rename them (e.g. "mv *.TXT *.txt"), it says something like:
"when moving multiple files, the destination must be a directory"
Sorry if this is obvious, but I wasn't sure where to look in the
documentation.
I am running Redhat 5.2
Thanks.
Sean Conway