Hi everyone!
I would like to rename all files from a folder using a regex(add a name to the end of name) and move to another folder.
It my opinion, it should be looking like this:
mv -v ./images/*.png ./test/*test.png
, but it is not working.
Can anyone suggest me a solution?
Thanks in advance!