Last active
September 26, 2019 00:14
-
-
Save gnowland/b383d05fa72fb1faa2bb28b93990e08e 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
n=0; for f in *.pngx; do echo mv "$f" "${f/_*./_$(($n*7 + 660305562)).}"; ((n++)); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remove the
echo
to run