mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 17:48:30 +02:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
# 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
|