AIX files

Use one of the methods that are described in these shell command examples to concatenate the AIX output files:

  • cat RESDATA INDXOBJ OUTDOC > NEWFILE

    The resource file, the index object file, and the document file are combined to create a new file that contains all three files.

  • cat INDXOBJ OUTDOC >> RESDATA

    The index object file and the document file are added on to the end of the existing resource file.