merge_keyword_files
Purpose:
-
Merge two files containing keyword sections into a single output file by combining their contents.
Enter:
-
merge_keyword_files <infile1> <infile2> <outputfile>
Where:
-
infile1
Specify the first input file containing keyword sections.
infile2
Specify the second input file containing keyword sections.
outputfile
Specify the file write the merged output to.
Example:
-
merge_keyword_files em_bench_1_10c.166 em_bench_2_10c.166 em_bench_10c.166
Creates merged file that combines the 2 input files.
Notes:
-
The program will exit without creating the output file if any specified file cannot be opened.