Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manuelGitHub1/5fbcbd76b713e744441cd1848ec2d506 to your computer and use it in GitHub Desktop.
Save manuelGitHub1/5fbcbd76b713e744441cd1848ec2d506 to your computer and use it in GitHub Desktop.
Useful stuff
ls -v | cat -n | while read n f; do mv "$f" "$n.ext"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment