Used in: nor

TSVAPPEND

The TSVAPPEND command can be used to append a stream to a file.

Usage

nor ... | tsvappend <file name> [-noheader] [-prefix <prefix>] [-link <link path>]

Options

-prefix <hf>

Takes in a text source containing prefix to be prepended to the file written. Also support string in single quotes

-noheader

Don’t write a header lines. Not valid with gor/gorz/nor/norz.

-link <link>

Writes a link file pointing to the the <file name>.

-vlink <link>

Writes a versioned link file pointing to the the <file name>. The <file name> should not be overwritten if it has previously been used in a link file.

Examples

nor fileA.nor | tsvappend fileB.nor

The query above will apppend the contents of fileA.gor to the file fileB.gor.