Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 239 Bytes

zip.md

File metadata and controls

15 lines (12 loc) · 239 Bytes

Create encrypted zip archive

zip -P <password> <resultZip>.zip <file>

Create zip archive from directory

zip -r <resultZip> <directory>

Extract to specifig directory

zip <archive>.zip -d <destination>