Last active
November 9, 2015 10:22
-
-
Save kristianrl/4645bf53fc8ee647b815 to your computer and use it in GitHub Desktop.
Remove .picasaoriginals-folders (script for Picasa on OS X)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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