Easy Lin zipping activities to recall later
Having some big folder with 100k of images and thumbnails stored in thumbs
folders here is how to delete all thumbnails and to create a zip of all images w/o thumbnails
find . -name thumbs -exec rm -rf {} \;
zip -r gallery.zip gallery
Here is how to test the content of the gallery.zip w/o unzipping…
unzip -l gallery.zip
…
tags: & category: -