From 1bfaa7213ba53b1477085587a30675bb99a27c3e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 4 Jan 2020 14:33:16 +0530 Subject: Publish deploy 2020-01-04 14:33 --- posts/splitting-zips/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts/splitting-zips/index.html') diff --git a/posts/splitting-zips/index.html b/posts/splitting-zips/index.html index b65d420..8a434f5 100644 --- a/posts/splitting-zips/index.html +++ b/posts/splitting-zips/index.html @@ -1,4 +1,4 @@ Splitting ZIPs into Multiple Parts | Navan Chauhan

Splitting ZIPs into Multiple Parts

Tested on macOS

Creating the archive:

zip -r -s 5 oodlesofnoodles.zip website/
 

5 stands for each split files' size (in mb, kb and gb can also be specified)

For encrypting the zip:

zip -er -s 5 oodlesofnoodles.zip website
 

Extracting Files

First we need to collect all parts, then

zip -F oodlesofnoodles.zip --out merged.zip
-
Tagged with:
\ No newline at end of file +Tagged with: \ No newline at end of file -- cgit v1.2.3