On Thu, 24 Nov 2011, Chris Walker wrote:
Been there, done that, fallen at the first hurdle.
I'm running Mandriva 2011.0, not that makes any difference.
If I run this :- rename -n “s/.jpg/.;1/” *
This probably means you've got some other executable called "rename" getting in the way of you running the perl rename command. Sometimes the executable for the latter is called "prename" instead of "rename", so you'd need
prename -n “s/.jpg/.;1/” *