How would you be able to rename files of the same format but with different names (for example: Images) to a sequential pattern?
Example:
From
titulo-capa.jpg | foto-perfil.jpg | background.jpg
To
imagem01.jpg | imagem02.jpg | imagem03.jpg
Does anyone know of any library / code / extension (JS / JQuery) that would allow me to do this?