Bash: Remove all those iOS @2x tags
Bash script to remove "@2x" tags from all files within a directory:
for i in *@2x.*; do
mv "$i" "${i/@2x/}"
done
Written by Matt
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ios
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#