gfcat (1) - Linux Manuals
gfcat: manual page for gfcat (glusterfs-coreutils) 0.2.0
NAME
gfcat - manual page for gfcat (glusterfs-coreutils) 0.2.0SYNOPSIS
gfcat [OPTION]... URLDESCRIPTION
Read a file on a remote Gluster volume and write it to standard output.- -o, --xlator-option=OPTION
- specify a translator option for the connection. Multiple options are supported and take the form xlator.key=value.
- -p, --port=PORT
- specify the port on which to connect
- --help
- display this help and exit
- --version
- output version information and exit
EXAMPLES
- gfcat glfs://localhost/groot/path/to/file
- Write the contents of /path/to/file on the Gluster volume of groot on host localhost to standard output.
- gfcli (localhost/groot)> cat /file
- In the context of a shell with a connection established, cat the file on the root of the Gluster volume groot on localhost.
AUTHOR
Written by Craig Cabrey.COPYRIGHT
Copyright © 2015 Facebook, Inc. License GPLv3: GNU GPL version 3 <http://www.gnu.org/licenses/gpl-3.0.en.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.