From 81ae1cfaf44f9f188e35936a660e82a4e9af238e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 14 Jan 2020 23:03:43 +0530 Subject: Publish deploy 2020-01-14 23:03 --- posts/splitting-zips/index.html | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 posts/splitting-zips/index.html (limited to 'posts/splitting-zips') diff --git a/posts/splitting-zips/index.html b/posts/splitting-zips/index.html deleted file mode 100644 index 8a434f5..0000000 --- a/posts/splitting-zips/index.html +++ /dev/null @@ -1,4 +0,0 @@ -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 -- cgit v1.2.3