Page 1 of 1

changing multiple file extensions

PostPosted: Tue Sep 16, 2008 11:55 pm
by ansmwke
I am running mac leopard (which is similar to unix) so i thought i would post here.
i am trying to change the file extension of like 50 + files. is there a unix code i can use to do that?

i tried 'cp *.ext *jpg' but that obviously didnt work lol

thanks

Re: changing multiple file extensions

PostPosted: Fri Oct 31, 2008 12:41 am
by Axelation
There is a perl script on LinuxQuestions.org. By Keefas. That is the one you want to use.

http://www.linuxquestions.org/questions ... es-347062/

See if this helps.