Rename multiple files to another extension in Linux
By david23 on 19 Aug 2007
Let us say that you want to rename all of your “.php5″ files to “.php†files. You can use for loop.
Let us say that you want to rename all of your “.php5″ files to “.php†files. You can use for loop.
Comments
There is an easier
by tbuitenh | Mon, 2007-08-20 10:17There is an easier way:
rename .php5 .php *.php5