Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/tee.refentry @ 1093:4dae346c4969
Added crossreferences and lowercased synopsises
author | roug |
---|---|
date | Mon, 07 Apr 2003 21:01:46 +0000 |
parents | b5ff125a1d60 |
children |
comparison
equal
deleted
inserted
replaced
1092:f5d45fbe3a76 | 1093:4dae346c4969 |
---|---|
4 <refpurpose>Copy standard input to multiple output paths</refpurpose> | 4 <refpurpose>Copy standard input to multiple output paths</refpurpose> |
5 </refnamediv> | 5 </refnamediv> |
6 | 6 |
7 <refsynopsisdiv> | 7 <refsynopsisdiv> |
8 <cmdsynopsis> | 8 <cmdsynopsis> |
9 <command>TEE</command> | 9 <command>tee</command> |
10 <arg choice="plain"> | 10 <arg choice="plain"> |
11 &repeatst;<replaceable>path</replaceable>&repeaten; | 11 &repeatst;<replaceable>path</replaceable>&repeaten; |
12 </arg> | 12 </arg> |
13 </cmdsynopsis> | 13 </cmdsynopsis> |
14 </refsynopsisdiv> | 14 </refsynopsisdiv> |
15 | 15 |
16 <refsect1><title>Description</title> | 16 <refsect1><title>Description</title> |
17 | 17 |
18 <para> | 18 <para> |
19 This command is a filter (see 4.3.3) that copies all text lines from | 19 This command is a filter (see <xref linkend="sec4.3.3"/>) that copies all text lines from |
20 its standard input path to the standard output path | 20 its standard input path to the standard output path |
21 <emphasis>and</emphasis> any number | 21 <emphasis>and</emphasis> any number |
22 of additional output paths whose pathlists are given as parameters. | 22 of additional output paths whose pathlists are given as parameters. |
23 </para> | 23 </para> |
24 <para> | 24 <para> |