From cd6826d5d4adcffce207dd10952ad2c5819b34cc Mon Sep 17 00:00:00 2001 From: Michihito Shigemura Date: Thu, 8 Mar 2018 20:39:41 +0900 Subject: [PATCH] Added one more zip cheat --- cheat/cheatsheets/zip | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheat/cheatsheets/zip b/cheat/cheatsheets/zip index ad22773..ee6f8e8 100644 --- a/cheat/cheatsheets/zip +++ b/cheat/cheatsheets/zip @@ -1,5 +1,8 @@ # Create zip file zip archive.zip file1 directory/ +# Create zip file with password +zip -P password archive.zip file1 + # To list, test and extract zip archives, see unzip cheat unzip