PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Shell >

Zip

Compress files with Zip

zip file.zip file1 file2 file3

Compress directory with Zip

zip -r file.zip directory

Decompress a Zip file

unzip file.zip