Recursively compress a directory with zip in Unix


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. cd directory_to_compress
  2. zip -r ../directory_to_compress.zip *

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.