On Fri, 30 Jun 2000, [Windows-1252] H�kan Larsson wrote:

> I have moved all my yapp mapps from DFBB to XFBB. All the filnames are now
> with bigg letters. This is not OK for users how want to yapp this files. I have to
> rename all the filenames but there are aboute 2500 off them...
> 
> Any one how can tell me how to do this in a easy way?
> Not one by one...hi

There are probably better ways but you could try this:

  for i in *[A-Z]*; do mv -i $i $(echo $i | tr [A-Z] [a-z]); done

And don't blame me if you lose all your files with that... :)

-- 
Tomi Manninen           Internet:  [EMAIL PROTECTED]
OH2BNS                  AX.25:     [EMAIL PROTECTED]
KP20ME04                Amprnet:   [EMAIL PROTECTED]

Reply via email to