zip / unzip
CLICreate and extract .zip archives. Preinstalled on macOS and most Linux images.
Zip a directory recursivelyVerified macOS · Linux
zip -qr out.zip project+2 more matching recipesfile-archive3 recipes · 3 verified
curl
CLITransfer data from or to a server using various protocols.
Download a file~98% est.
curl -L -o output.zip https://example.com/file.zipnetworking8 recipes · 7 verified
wget
CLINetwork downloader supporting HTTP, HTTPS, and FTP.
Download and rename output~99% est.
wget -O myfile.zip https://example.com/archive.zipnetworking3 recipes