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> [-lmeta <link meta>]
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 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. |
|
Writes <meta> as meta data to the <link>. <meta> is string for of comma separated key=value elements. |
Examples¶
nor fileA.nor | tsvappend fileB.nor
The query above will apppend the contents of fileA.gor to the file fileB.gor.