Skip to content

Instantly share code, notes, and snippets.

@aaronky
Created August 17, 2011 16:16
Show Gist options
  • Save aaronky/1151911 to your computer and use it in GitHub Desktop.
Save aaronky/1151911 to your computer and use it in GitHub Desktop.
for i in *; do mv "$i" `basename $i`.tbz; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment