hhreco.apps
Class MergeFiles

java.lang.Object
  extended byhhreco.apps.MergeFiles

public class MergeFiles
extends java.lang.Object

Merge given SML files into one single file.


Constructor Summary
MergeFiles()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Usage: java hhreco.apps.MergeFiles in1 in2 ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeFiles

public MergeFiles()
Method Detail

main

public static void main(java.lang.String[] argv)
Usage: java hhreco.apps.MergeFiles in1 in2 ... out

The first n-1 arguments (e.g. in1, in2, ...) are the files to be merged, and the last argument (e.g. out) is the name of the final output file.