summaryrefslogtreecommitdiff
path: root/man/gvfs-cat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/gvfs-cat.xml')
-rw-r--r--man/gvfs-cat.xml83
1 files changed, 83 insertions, 0 deletions
diff --git a/man/gvfs-cat.xml b/man/gvfs-cat.xml
new file mode 100644
index 00000000..e5af7957
--- /dev/null
+++ b/man/gvfs-cat.xml
@@ -0,0 +1,83 @@
+<?xml version='1.0'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<refentry id="gvfs-cat">
+
+ <refentryinfo>
+ <title>gvfs-cat</title>
+ <productname>gvfs</productname>
+
+ <authorgroup>
+ <author>
+ <contrib>Developer</contrib>
+ <firstname>Alexander</firstname>
+ <surname>Larsson</surname>
+ <email>alexl@redhat.com</email>
+ </author>
+ </authorgroup>
+
+ </refentryinfo>
+
+ <refmeta>
+ <refentrytitle>gvfs-cat</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>gvfs-cat</refname>
+ <refpurpose>Concatenate files</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>gvfs-cat <arg choice="opt" rep="repeat">OPTION</arg> <arg rep="repeat">LOCATION</arg></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <title>Description</title>
+
+ <para><command>gvfs-cat</command> concatenates the given
+ files and prints them to the standard output.</para>
+
+ <para><command>gvfs-cat</command> 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.</para>
+
+ <para>Note: just pipe through cat if you need its formatting
+ options like -n, -T or other.</para>
+ </refsect1>
+
+ <refsect1>
+ <title>Options</title>
+
+ <para>The following options are understood:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-?</option>, <option>--help</option></term>
+
+ <listitem><para>Prints a short help
+ text and exits.</para></listitem>
+ </varlistentry>
+
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
+ <title>Exit status</title>
+
+ <para>On success 0 is returned, a non-zero failure
+ code otherwise.</para>
+ </refsect1>
+
+ <refsect1>
+ <title>See Also</title>
+ <para>
+ <citerefentry><refentrytitle>cat</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ </para>
+ </refsect1>
+
+</refentry>