gvfs-cat gvfs Developer Alexander Larsson alexl@redhat.com gvfs-cat 1 User Commands gvfs-cat Concatenate files gvfs-cat OPTION LOCATION Description gvfs-cat concatenates the given files and prints them to the standard output. 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. Options The following options are understood: , Prints a short help text and exits. Exit status On success 0 is returned, a non-zero failure code otherwise. See Also cat1