github.com/grailbio/base@v0.0.11/cmd/grail-file/README.md (about) 1 # grail-file 2 3 Command `grail-file` provides common file operations using https://godoc.org/github.com/grailbio/base/file 4 5 `grail-file --help` will show full help. 6 7 Examples: 8 9 grail-file cp s3://bucket0/key0 s3://bucket1/key1 10 grail-file cp /tmp/somefile s3://bucket1/key2 11 grail-file ls s3://bucket0/key0 12 grail-file cat s3://bucket0/key0/file