
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.OUT. 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
#
! !
#"
#"
Examples
$ merge compile.lis asm.lis
$ merge file1 file2 file3 file4
$ merge -z=file1
merge
Komentarze do niniejszej Instrukcji