github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/cmd/grail-file/README.md (about) 1 # grail-file 2 3 Command `grail-file` provides common file operations using https://godoc.org/github.com/Schaudge/grailbase/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