annotate docs/nitros9guide/merge.refentry @ 939:8f1263d3e3d5

Small touch-ups to source
author boisy
date Tue, 21 Jan 2003 13:20:52 +0000
parents d9631713b7cd
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="merge">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>MERGE</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Copy and Combine Files to Standard Output</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>MERGE</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;path&replend;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 &repeatst; &replstart;path&replend; &repeaten;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 This command copies multiple input files specified by the pathlists
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 given as parameters to the standard output path. it is commonly
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 used to combine several files into a single output file. Data is
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 copied in the order the pathlists are given. MERGE does no output
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 line editing (such as automatic line feed). The standard output is
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 generally redirected to a file or device.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 OS9: merge file1 file2 file3 file4 &gt;combined.file
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 OS9: merge compile.list asm.list &gt;/printer
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37