mirror of
https://github.com/cheat/cheat.git
synced 2025-11-04 15:55:27 +01:00
@@ -1,6 +1,9 @@
|
||||
# Create zip file
|
||||
zip archive.zip file1 directory/
|
||||
|
||||
# Create zip file from directory
|
||||
zip -r archive.zip directory/
|
||||
|
||||
# Create zip file with password
|
||||
zip -P password archive.zip file1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user