mirror of https://github.com/CrimsonTome/tldr.git
zip: add encryption example
parent
868954c0b4
commit
3477ab330e
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
`zip -r {{compressed.zip}} {{/path/to/dir1 /path/to/dir2 /path/to/file}}`
|
`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:
|
- Add files to an existing zip file:
|
||||||
|
|
||||||
`zip {{compressed.zip}} {{path/to/file}}`
|
`zip {{compressed.zip}} {{path/to/file}}`
|
||||||
|
|
Loading…
Reference in New Issue