Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 464 Bytes

gsutil.md

File metadata and controls

16 lines (11 loc) · 464 Bytes

gsutil Cheat Sheet

gsutil is Google Cloud's command line utility (CLI). Documentation at https://cloud.google.com/storage/docs/gsutil

Downloading

Example using gnomad Google Cloud bucket

  • cp = make a local copy
  • -r = copy recursively through folders
  • -m = run operation in parallel
  • . = need . at end for current directory
gsutil -m cp -r gs://gcp-public-data--gnomad/release/4.0/genome_sv/gnomad.v4.0.sv.chr1.vcf.gz.tbi .