From 211a88b8d606869360c7cdb5555d56d7c2e06492 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 18 Jan 2020 22:05:16 +0530 Subject: Publish deploy 2020-01-18 22:05 --- posts/2019-12-08-Splitting-Zips/index 2.html | 10 ---------- posts/2019-12-08-Splitting-Zips/index 3.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 posts/2019-12-08-Splitting-Zips/index 2.html create mode 100644 posts/2019-12-08-Splitting-Zips/index 3.html (limited to 'posts/2019-12-08-Splitting-Zips') diff --git a/posts/2019-12-08-Splitting-Zips/index 2.html b/posts/2019-12-08-Splitting-Zips/index 2.html deleted file mode 100644 index ad7ea78..0000000 --- a/posts/2019-12-08-Splitting-Zips/index 2.html +++ /dev/null @@ -1,10 +0,0 @@ -Splitting ZIPs into Multiple Parts | Navan Chauhan
🕑 0 minute read.

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 diff --git a/posts/2019-12-08-Splitting-Zips/index 3.html b/posts/2019-12-08-Splitting-Zips/index 3.html new file mode 100644 index 0000000..b3f2fca --- /dev/null +++ b/posts/2019-12-08-Splitting-Zips/index 3.html @@ -0,0 +1,10 @@ +Splitting ZIPs into Multiple Parts | Navan Chauhan
🕑 0 minute read.

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