Renaming multiple files at one go
January 10, 2007 - 21:23 — hpn
rename -v 's/\.php5$/.php/' *.php5
(the above command renames .php5 to .php in the present folder)
- Printer-friendly version
- 1482 reads
January 10, 2007 - 21:23 — hpn
rename -v 's/\.php5$/.php/' *.php5
(the above command renames .php5 to .php in the present folder)