cheat-fork-echo/cheat/cheatsheets/zip

6 lines
116 B
Plaintext
Raw Normal View History

2015-06-13 09:40:39 +02:00
# Create zip file
zip archive.zip file1 directory/
# To list, test and extract zip archives, see unzip
cheat unzip