Home | History | Annotate | Download | only in addlhelp

Lines Matching refs:gsutil

23   gsutil supports URI wildcards. For example, the command:
25 gsutil cp gs://bucket/data/abc* .
36 (gs://bucket/data/abc/def) the above gsutil cp command would match the
41 gsutil cp gs://bucket/data/abc** .
45 Note that gsutil supports the same wildcards for both objects and file names.
48 gsutil cp data/abc* gs://bucket
52 is expanding the matches before running gsutil. However, most shells do not
53 support recursive wildcards ('**'), and you can cause gsutil's wildcarding
55 don't get interpreted by the shell before being passed to gsutil:
57 gsutil cp 'data/abc**' gs://bucket
64 gsutil ls gs://data*.example.com
70 gsutil ls -p other-project gs://data*.example.com
76 gsutil rm gs://*/**.txt
104 directories present in all Unix directories). gsutil provides this same
109 gsutil cp gs://bucket1/* gs://bucket2
114 gsutil cp dir/* gs://bucket1
129 root, and then gsutil filters the result list for objects whose name ends with
136 server-side prefix requests. See, for example "gsutil help prod" for a
152 gsutil ls gs://bucket/*/obj5
154 gsutil will perform a /-delimited top-level bucket listing and then one bucket
173 gsutil ls gs://bucket/**/obj5