Skip to content

Instantly share code, notes, and snippets.

@trungtran
Last active December 17, 2015 02:19
Show Gist options
  • Save trungtran/5534915 to your computer and use it in GitHub Desktop.
Save trungtran/5534915 to your computer and use it in GitHub Desktop.
for file in *.png
do
mv "$file" "${file/old_string/new_string}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment