Skip to content

Instantly share code, notes, and snippets.

@skihero
Created July 2, 2012 19:14
Show Gist options
  • Save skihero/3035059 to your computer and use it in GitHub Desktop.
Save skihero/3035059 to your computer and use it in GitHub Desktop.
son of a gun
OIFS="$IFS"
IFS=$'\n'
export i=1
for fil in `ls -tr *.flv` ; do mv "${fil}" $i.flv; i=$(($i + 1 )); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment