Merge – Rockwell Automation 1771-DMC_DMC1_DMC4_DXPS Control Coprocessor User Manual User Manual

Page 297

Advertising
background image

Using the PCBridge Software

Appendix D

D-19

Merge File to MERGE.OUT File

Syntax

merge [<opts>] {<path>}

Function

merge

copies multiple input files specified by

<path>

to a file named

MERGE.OU

T.

merge

is commonly used to combine several files into a

single output file.

Data is copied in the same order as the pathlists specified on the command
line.

merge

does no output line editing such as automatic line feed.

Options

Option

Description

Ć?

Display the options, function, and command syntaxof merge

Ćz

Read the module names from standard input

Ćz=<file>

Read the module names from <file>

Examples

$ merge compile.lis asm.lis

$ merge file1 file2 file3 file4

$ merge -z=file1

merge

Advertising