Files
cheat/cheat/cheatsheets/zip
Michihito Shigemura cd6826d5d4 Added one more zip cheat
2018-03-08 20:39:41 +09:00

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