#compression
3 posts tagged compression. Clear filter
-
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!
-
Uncompress A Bz2 File Using Tar Command
Uncompress a bz2 file using tar command @source http://www.kde.gr.jp/help/doc/kdebase/doc/khelpcenter/faq/HTML/bzip2.html
-
Python Zlib Compress DeCompress