Skip to content

Instantly share code, notes, and snippets.

@xNekOIx
Created May 12, 2015 10:16
Show Gist options
  • Save xNekOIx/d49bc745defe6a3ac289 to your computer and use it in GitHub Desktop.
Save xNekOIx/d49bc745defe6a3ac289 to your computer and use it in GitHub Desktop.
Batch rename images
sudo ls | sed 's/\(.*\)\(\..*\)/mv "\1\2" "\1@2x\2"/p' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment