aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/cheat/zip
blob: 6cc9ec626d4bb1b26f098659d1513072e27e2996 (plain)
1
2
3
4
5
6
7
# Create zip file
zip archive.zip file1 directory/

# Don't recursive by default

# To list, test and extract zip archives, see unzip
cheat unzip