Created
April 27, 2016 00:45
-
-
Save gylns/e2ac66e005b6e3cca6db309304ba297b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f=(*.jpg) | |
i=({01..37}) | |
for ((j=0; j<=${#f[@]}; j++)) | |
do | |
mv ${f[j]} ${i[j]}.jpg | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment