1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 03:46:03 +02:00

zip: add encryption example

This commit is contained in:
mister-ben 2017-10-20 12:22:59 +01:00
parent 868954c0b4
commit 3477ab330e

View file

@ -18,6 +18,10 @@
`zip -r {{compressed.zip}} {{/path/to/dir1 /path/to/dir2 /path/to/file}}`
- Create an encrypted archive:
`zip -e -r {{compressed.zip}} {{path/to/dir}}`
- Add files to an existing zip file:
`zip {{compressed.zip}} {{path/to/file}}`