Best compression with zip command

| May 18, 2011 | 0 Comments

Linux zip is best convenient and best compress method used.

#zip -9 -r zipname folder

-9 = best compression
-r = recursive

OR

#zip -e f1.zip f1/*

Tags: , ,

Category: Tips for linux

Leave a Reply

You must be logged in to post a comment.