Skip to content

Instantly share code, notes, and snippets.

@roylines
Created January 5, 2013 19:53
Show Gist options
  • Save roylines/4463310 to your computer and use it in GitHub Desktop.
Save roylines/4463310 to your computer and use it in GitHub Desktop.
renames jpgs using exif info
#!/bin/bash
set -e
exiv2 -v -r'%Y%m%d.%H%M%S' rename $(ls)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment