Written by Sean Behan on Sun Jun 17th 2012

In the example below, I'm going to zip up a directory that includes images in both PNG and PSD file formats. However, I want to exclude the PSDs because they are huge!

zip -r my-compressed-dir-without-psd.zip directory-to-zip -x '*.psd'

Tagged with..
#compression #exclude #photoshop #psd #zip #Linux #Programming

Just finishing up brewing up some fresh ground comments...