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¶
|
Takes in a text source containing prefix to be prepended to the file written. Also support string in single quotes |
|
Don’t write a header lines. Not valid with gor/gorz/nor/norz. |
|
Writes a link file pointing to the the <file name>. |
|
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
.