rclone
CLISync files to and from cloud storage (S3, GCS, Dropbox, etc.).
List files in remote~98% est.
rclone ls remote:bucket-namefile-archive3 recipes
rsync
CLIFast, versatile file copy and sync tool for local and remote transfers.
Mirror directory (delete removed files)~96% est.
rsync -av --delete src/ dst/file-archive2 recipes
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.tgzfile-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.zipfile-archive3 recipes · 3 verified