Batch rename

Hal Burgiss hal at burgiss.net
Thu Aug 20 23:19:12 UTC 2009


On Thu, Aug 20, 2009 at 07:08:23PM -0400, Keith Clark wrote:
> I need a command to rename quite a few files (25) from a .jpeg extension
> to a .jpg extension.

man rename

 rename 's/\.jpeg$/.jpg/' *.jpeg

(untested)

-- 
Hal




More information about the ubuntu-users mailing list