Let’s say you want to rename all files you have in a folder from .html to .php. There is a simple way to do this:
rename .html .php *.html
Just one line – no need for creating any shell scripts with loops.
Let’s say you want to rename all files you have in a folder from .html to .php. There is a simple way to do this:
rename .html .php *.html
Just one line – no need for creating any shell scripts with loops.