Rename multiple files to another extension in Linux

Let us say that you want to rename all of your “.php5″ files to “.php” files. You can use for loop.

Full Story

Hozzászólások

prename 's/php5$/php/' *php5

a perl s/// teljes funkcionalitasat hasznalhatod ;)

--
Live free, or I f'ing kill you.