NAME
tsvins —
Insert a line to a TSV file
SYNOPSIS
tsvins |
tsvfile.tsv [lineno] |
DESCRIPTION
Read lines from stdin and interpret them as columns of a line to insert to a TSV file after the line lineno (1-based). When 0 is passed as lineno, insert a line as first (header) line. If lineno is omitted, insert a line at the end of file.
AUTHORS
Strahinya Radich <sr@strahinja.org>, 2023-2026