Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/merge.refentry @ 690:7b42af4e85c2
Modified due to folding of pxd.asm and pwd.asm into pd.asm
author | boisy |
---|---|
date | Mon, 30 Dec 2002 03:37:43 +0000 (2002-12-30) |
parents | d9631713b7cd |
children | c565a4700689 |
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"> &replstart;path&replend; </arg> <arg choice="plain"> &repeatst; &replstart;path&replend; &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. MERGE 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 >combined.file OS9: merge compile.list asm.list >/printer </screen> </refsect1> </refentry>