rename perlexpr not working in Terminal
I'm new to Fedora 23, and in Linux Mint I would used the terminal to batch rename a ton of pictures and files I have from old hard drives. I have tried to rename files ex: 67_000123.jpg to My_Picture-Col_000123.jpg by using
rename 's/67_(/d{6})/My_Picture-Col_$1/' *
And nothing happens. In Linux mint terminal I would have achieved this. I looked at the bash version and they are almost the same, being that the Fedora Terminal is a revision or two difference.
Can anyone help?