gvfs-cat --version (return code: 0)
gvfs 1.28.2
gvfs-cat --help (return code: 0)
Usage:
gvfs-cat [OPTION...] FILE...
Concatenate files and print to the standard output.
Help Options:
-h, --help Show help options
Application Options:
--version Show program version
gvfs-cat works just like the traditional cat utility, but using gvfs
locations instead of local files: for example you can use something
like smb://server/resource/file.txt as location.
Note: just pipe through cat if you need its formatting options
like -n, -T or other.