Skip to content

Instantly share code, notes, and snippets.

@ChristianGaertner
Last active December 17, 2015 01:09
Show Gist options
  • Save ChristianGaertner/5525940 to your computer and use it in GitHub Desktop.
Save ChristianGaertner/5525940 to your computer and use it in GitHub Desktop.
Add Extension to every file in the directory
for i in BASE_HERE*
do
mv "$i" "$i.EXT_HERE"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment