Skip to content

Instantly share code, notes, and snippets.

@imerr
Created March 28, 2015 12:52
Show Gist options
  • Save imerr/68ba9dba78266d9c1ad5 to your computer and use it in GitHub Desktop.
Save imerr/68ba9dba78266d9c1ad5 to your computer and use it in GitHub Desktop.
for f in 41*.tga; do mv "$f" "`echo $f | sed s/41/46/`"; done
@imerr
Copy link
Author

imerr commented Mar 28, 2015

Renames 41_.tga to 46_.tga

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