Skip to content

Instantly share code, notes, and snippets.

@gindemit
Created August 29, 2015 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gindemit/2ab80282cb255a0dc2d0 to your computer and use it in GitHub Desktop.
Save gindemit/2ab80282cb255a0dc2d0 to your computer and use it in GitHub Desktop.
find . -name *.mp4 | sed -e 'p;s#\./\([0-9]*\)\.[a-zA-Z_]*/#0\1_#g' | xargs -n2 mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment