-
Recent Posts
Recent Comments
- wes fang on Weblogic starts slow
- Pavan on Weblogic starts slow
- Bal on Weblogic starts slow
- niteartadmin on Weblogic starts slow
- NILESH on Weblogic starts slow
Archives
Categories
Meta
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