TSVEDIT(1) General Commands Manual TSVEDIT(1)

tsveditEdit a line from a TSV file

tsvedit tsvfile.tsv [rowno | colno text]

Read lines from stdin and interpret them as columns of a line to replace the line from a TSV file;

tsvfile.tsv rowno
select the line (row) to be replaced by its row number (1-based)
tsvfile.tsv colno text
select the line (row) to be replaced by searching the column with index colno (1-based) for text.

Strahinya Radich <sr@strahinja.org>, 2023-2026

OpenBSD 7.8 February 5, 2026 TSVEDIT(1)