From: Tomi Manninen (qvidr.lloh@mx.dy.fi)
Date: Sat Jul 01 2000 - 15:33:17 EEST
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: fhef.vuibo@isdn.net OH2BNS AX.25: povovswg.umoqmfkj@mx.dy.fi KP20ME04 Amprnet: lcysxhkr@parkercc.edu
This archive was generated by hypermail 2b29 : Sat Jul 01 2000 - 15:40:33 EEST