Skip to content

Instantly share code, notes, and snippets.

@tbnorth
Created September 21, 2017 20:00
Show Gist options
  • Save tbnorth/156fac92eb3e1af869342b4fe2691a85 to your computer and use it in GitHub Desktop.
Save tbnorth/156fac92eb3e1af869342b4fe2691a85 to your computer and use it in GitHub Desktop.
collapse numbering of sorted files for avconv / ffmpeg
ls *.png | cat -n | sed 's/\(.*[0-9]\)\t\(.*\)/echo mv \2 $(printf %010d \1).png/' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment