cheat-fork-echo/cheat/cheatsheets/zip
2015-06-13 09:40:59 +02:00

6 lines
116 B
Plaintext

# Create zip file
zip archive.zip file1 directory/
# To list, test and extract zip archives, see unzip
cheat unzip