Skip to main content
Singularo
Main navigation
  • Projects
  • Old projects
  • About
User account menu
  • Log in

Breadcrumb

  1. Home

Renaming multiple images

Submitted by Simon Lindsay on Mon, 03/28/2011 - 20:17

Some shell magic to rename all files within a directory.

for JPG in `find /path -type f -name \*.JPG` ; do mv $JPG ${JPG/JPG/jpg} ; done

Thanks to: http://www.unix.com/shell-programming-scripting/135178-rename-all-jpg-files-jpg-under-all-subfolders.html

 

Imagemagick
Graphics
  • Read more about Renaming multiple images
Subscribe to Graphics
Powered by Drupal