NAME
tsvfind —
Search for text in a TSV
file
SYNOPSIS
tsvfind |
[-s rowno]
tsvfile.tsv [text |
colno text] |
DESCRIPTION
tsvfind searches the given TSV file for
text and outputs the number (1-based) of the row
containing it on stdout if successful. If text is not
found, tsvfind sets return status to 1.
-srowno- Start from row number rowno (1-based, not inclusive)
- text
- Text to search for
- colno
- Column number to limit the search to (1-based)
AUTHORS
Strahinya Radich <sr@strahinja.org>, 2023-2026