Skip to content

Instantly share code, notes, and snippets.

@peagha
Created June 1, 2017 00:18
Show Gist options
  • Save peagha/a0f3b47cdfd544091d117367be630b84 to your computer and use it in GitHub Desktop.
Save peagha/a0f3b47cdfd544091d117367be630b84 to your computer and use it in GitHub Desktop.
for f in *.png; do mv -n "$f" "$(TZ=UTC+6 date -r "$f" +"%Y%m%d_%H%M").png"; done
montage -label %f *.png -tile 5x1 -geometry +0+0 -pointsize 50 out.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment