Skip to content

Instantly share code, notes, and snippets.

@kristianrl
Last active November 9, 2015 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristianrl/4645bf53fc8ee647b815 to your computer and use it in GitHub Desktop.
Save kristianrl/4645bf53fc8ee647b815 to your computer and use it in GitHub Desktop.
Remove .picasaoriginals-folders (script for Picasa on OS X)
echo "*** Removes all '.picasaoriginals'-folders and their contents"
find . -iname '.picasaoriginals' -exec rm -rfv '{}' \;
echo "*** Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment