Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Sy3Omda/2fe0572a7803b2c969f9b7c254b5316b to your computer and use it in GitHub Desktop.
Save Sy3Omda/2fe0572a7803b2c969f9b7c254b5316b to your computer and use it in GitHub Desktop.
rename.txt
for f in $(ls) ; do mv $f $[ $RANDOM % 5555 + 1111 ].jpeg ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment