Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tool takes as input several arcfiles, and inserts all the records of the input arcfiles into a single arcfile. This arcfile is currently dumped to stdout, but can of course be redirected to a file.=h3. usage=

Usage

Code Block
export CLASSPATH=/path/to/installdir/lib/dk.netarkivet.common.jar
java dk.netarkivet.common.tools.ArcMerge arcfile1.arc arcfile2.arc > resulting.arc

...