Where source is old extension and dest is new extension, in terminal type:

for x in *.source; do mv “$x” “${x%.source}.dest”; done

Powered by ScribeFire.