On Tue, 2 Nov 2004, Bob Miller wrote:

> horst wrote:
> 
> > Let's say I want to make my digital images all lowercase:
> >             mv *.JPJ *.jpg
> 
>       /usr/bin/rename .JPG .jpg *.JPG

I didn't know of rename.  That's really nice.  But according to the
man page your example isn't right.  That should be
        rename 's/\.JPG$/.jpg/' *.JPG

And similarly for the other examples you provided.
[cut]
> -- 
> Bob Miller                              K<bob>

--
Allen Brown
  work: Agilent Technologies      non-work: http://www.peak.org/~abrown/
        [EMAIL PROTECTED]             [EMAIL PROTECTED]
  Always forgive your enemies -- Nothing annoys them so much. ---Oscar 
Wilde

_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to