Monthly Archives: November 2008

When you use ‘find’ and ‘zip’ in one sentence…

Instead of find albums -name *.jpg -not -name *.sized.jpg -not -name *.thumb.jpg -not -name *.highlight.jpg -exec zip -r -1 album.zip {} ;& use find albums -name *.jpg -not -name *.sized.jpg -not -name *.thumb.jpg -not -name *.highlight.jpg -print| zip -1 album.zip … Continue reading

Posted in unix | Tagged , | Leave a comment