*- Anthony Landreneau wrote about "Automate UPPER to lower case directory"
| Greetings,
|       Trying to automate work done by some WIN95/NT people who don't 
understand
| upper/lower case.  I have a directory of files that are upper case and need
| to be brought to lower case. Does anyones have a program or script that
| could help me do about 400 files?
| 

Install the mmv package, read the man page and then issue

mmv "*" "#l1"

This will match all files in the directory and convert there names to
lowercase.


-- 
Brian 
---------------------------------------------------------------------
"Never criticize anybody until you have walked a mile in their shoes,  
 because by that time you will be a mile away and have their shoes." 
                                                           - unknown  

Mechanical Engineering                              [EMAIL PROTECTED]
Purdue University                   http://www.ecn.purdue.edu/~servis
---------------------------------------------------------------------

Reply via email to