cheat-fork-echo/cheat/cheatsheets/zip

6 lines
116 B
Plaintext

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