21 Jul 2010, 3:42pm
Linux Programming: compression exclude photoshop psd zip
by bseanvt

leave a comment
Linux Programming: compression exclude photoshop psd zip
by bseanvt
leave a comment
Recursively Zip Up a Directory while Excluding Certain Files Based on File Extension Type
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'