From 4dbb738bd777d42a62de66f7d111cc728b518ba2 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 26 May 2021 23:56:46 +0530 Subject: removing old --- posts/2019-12-08-Splitting-Zips/index.html | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 posts/2019-12-08-Splitting-Zips/index.html (limited to 'posts/2019-12-08-Splitting-Zips/index.html') diff --git a/posts/2019-12-08-Splitting-Zips/index.html b/posts/2019-12-08-Splitting-Zips/index.html deleted file mode 100644 index bca6ea7..0000000 --- a/posts/2019-12-08-Splitting-Zips/index.html +++ /dev/null @@ -1,4 +0,0 @@ -Splitting ZIPs into Multiple Parts | Navan Chauhan
1 minute readCreated on December 8, 2019Last modified on June 1, 2020

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