mirror of
https://github.com/cheat/cheat.git
synced 2025-04-13 21:16:06 +02:00
commit
ea07b6ad0e
@ -1,6 +1,9 @@
|
|||||||
# Create zip file
|
# Create zip file
|
||||||
zip archive.zip file1 directory/
|
zip archive.zip file1 directory/
|
||||||
|
|
||||||
|
# Create zip file from directory
|
||||||
|
zip -r archive.zip directory/
|
||||||
|
|
||||||
# Create zip file with password
|
# Create zip file with password
|
||||||
zip -P password archive.zip file1
|
zip -P password archive.zip file1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user