Skip to content

Instantly share code, notes, and snippets.

@piwwww
Last active September 18, 2015 03:26
Show Gist options
  • Save piwwww/ed0e692b04b0f7ebdc64 to your computer and use it in GitHub Desktop.
Save piwwww/ed0e692b04b0f7ebdc64 to your computer and use it in GitHub Desktop.
Bash one liner
for f in *.tif; do mv -v --backup=numbered "$f" "dest/$(date -r $f +%Y%m%d-%H%M%S).tif"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment