Skip to content

Instantly share code, notes, and snippets.

@oxyc
Created June 5, 2012 08:54
Show Gist options
  • Save oxyc/2873708 to your computer and use it in GitHub Desktop.
Save oxyc/2873708 to your computer and use it in GitHub Desktop.
for i in *; do name=$(echo $i | sed 's/\.png/-small\.png/g'); mv $i $name; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment