tar
CLICreate, list, and extract .tar / .tar.gz archives. Preinstalled on macOS and Linux.
List the files inside a .tgzVerified macOS · Linux
tar -tzf archive.tgz+2 more matching recipesfile-archive4 recipes · 4 verified
zip / unzip
CLICreate and extract .zip archives. Preinstalled on macOS and most Linux images.
List the files inside a .zipVerified macOS · Linux
unzip -l archive.zip+1 more matching recipefile-archive3 recipes · 3 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