NAME
tsvdel —
Delete a line from a TSV
file
SYNOPSIS
tsvdel |
tsvfile.tsv [rowno | colno text] |
DESCRIPTION
- tsvfile.tsv rowno
- select the line (row) to be deleted by its row number (1-based)
- tsvfile.tsv colno text
- select the line (row) to be deleted by searching the column with index colno (1-based) for text.
AUTHORS
Strahinya Radich <sr@strahinja.org>, 2023-2026