NAME
tsvedit —
Edit a line from a TSV file
SYNOPSIS
tsvedit |
tsvfile.tsv [rowno | colno text] |
DESCRIPTION
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.
AUTHORS
Strahinya Radich <sr@strahinja.org>, 2023-2026