Skip to content

Instantly share code, notes, and snippets.

@alx
Created October 16, 2009 10:40
Show Gist options
  • Save alx/211701 to your computer and use it in GitHub Desktop.
Save alx/211701 to your computer and use it in GitHub Desktop.
cd /wp-content/blogs.dir/1/files/avatars/
ruby -e "Dir.glob('**/*.jpg').each{|file| File.rename(file,file.gsub('-full.jpg', '-bpfull.jpg'))}"
ruby -e "Dir.glob('**/*.jpg').each{|file| File.rename(file,file.gsub('-thumb.jpg', '-bpthumb.jpg'))}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment