mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Added one more zip cheat
This commit is contained in:
parent
6a2eda80d4
commit
cd6826d5d4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user