Merge pull request #375 from shigemk2/zip

Added one more zip cheat
This commit is contained in:
Chris Allen Lane 2018-08-20 11:50:27 -04:00 committed by GitHub
commit 93180c3852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Create zip file # Create zip file
zip archive.zip file1 directory/ 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 # To list, test and extract zip archives, see unzip
cheat unzip cheat unzip