Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 19, 2020 04:57
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 parzibyte/743d790c1e5d585ba531f7d97eeb39fd to your computer and use it in GitHub Desktop.
Save parzibyte/743d790c1e5d585ba531f7d97eeb39fd to your computer and use it in GitHub Desktop.
for f in *.gba; do mv "$f" "$(echo "$f" | cut -c 8-)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment