Skip to content

Instantly share code, notes, and snippets.

@gnowland
Last active September 26, 2019 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnowland/b383d05fa72fb1faa2bb28b93990e08e to your computer and use it in GitHub Desktop.
Save gnowland/b383d05fa72fb1faa2bb28b93990e08e to your computer and use it in GitHub Desktop.
n=0; for f in *.pngx; do echo mv "$f" "${f/_*./_$(($n*7 + 660305562)).}"; ((n++)); done
@gnowland
Copy link
Author

remove the echo to run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment