mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:15:24 +02:00
zip: added multi-part zip compression (#1980)
This commit is contained in:
parent
0fb3744ddd
commit
1f19805177
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@
|
|||
- Delete files from an existing zip file:
|
||||
|
||||
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
||||
|
||||
- Archive a directory and its contents to a multi-part [s]plit zip file (e.g. 3GB parts):
|
||||
|
||||
`zip -r -s {{3g}} {{compressed.zip}} {{path/to/dir}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue