On Thu, Aug 04, 2016 at 04:35:41PM -0700, Rich Shepard wrote:
>    According to man rename:
> 
> rename .htm .html *.htm
> 
> will fix the extension of your html files.
> 
>    So, I expect that
> 
> rename .JPG *.jpg
> 
> will change the extension to lower case. It doesn't:
> 
> rename: not enough arguments
> 
> And, 'rename *.JPG *.jpg' produces the same error message.
> 
>    I've done this before and do not see what I'm doing incorrectly this time.
> Perhaps it's the heat today but fresh eyeballs might see my syntax error.

Perhaps a little alignment will help your eyes:

> rename .htm .html *.htm
> rename .JPG *.jpg


-- 
      Michael Rasmussen, Portland Oregon  
    Be Appropriate && Follow Your Curiosity
YOU ARE IN A MAZE OF TWISTY LITTLE PASSAGES, ALL DIFFERENT.

_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to