view docs/nitros9guide/merge.refentry @ 2624:b8c7b7fbf3c9

Major changes: o os9defs, rbfdefs, scfdefs now os9.d, rbf.d, and scf.d o vtiodefs now broken into cocovtio.d (for coco and dragon) and atarivtio.d o systype now broken into coco.d, dragon.d and atari.d o all references to the above in other files have changed
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 24 Feb 2012 08:51:08 -0600
parents 4dae346c4969
children
line wrap: on
line source

<refentry id="merge">
<refnamediv>
<refname>MERGE</refname>
<refpurpose>Copy and Combine Files to Standard Output</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>merge</command>
<arg choice="plain">
  <replaceable>path</replaceable>
</arg>
<arg choice="plain">
 &repeatst; <replaceable>path</replaceable> &repeaten;
</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
This command copies multiple input files specified by the pathlists
given as parameters to the standard output path. it is commonly
used to combine several files into a single output file. Data is
copied in the order the pathlists are given. <command>Merge</command> does no output
line editing (such as automatic line feed). The standard output is
generally redirected to a file or device.
</para>
</refsect1>
<refsect1><title>Examples</title>
<screen>
OS9: merge file1 file2 file3 file4 &gt;combined.file

OS9: merge compile.list asm.list &gt;/printer
</screen>
</refsect1>
</refentry>