Thank you very much. That did the trick.

Anton Graham wrote:

> Submitted 16-May-00 by Timothy Litwiller:
> | I found mmv but can't seem to get the proper command line
> |
> | the files that I have are like this
> | picture-thumb.jpg  and the new album software requires them to be
> | picture.thumb.jpg
> |
> |
> | what kind of command line am I looking for?
> |
> | of if someone has a quick script that they use for this type of thing
> | with instructions I would gladly use that.
>
> how about omething like:
>
> for i in *.jpg; do mv $i $(echo $i | tr '-' '.'); done
>
> --
>        _
>      _|_|_
>       ( )   *    Anton Graham
>       /v\  /     <[EMAIL PROTECTED]>
>     /(   )X
>      (m_m)       GPG ID: 18F78541
> Penguin Powered!

Reply via email to