TSVFIND(1) General Commands Manual TSVFIND(1)

tsvfindSearch for text in a TSV file

tsvfind [-s rowno] tsvfile.tsv [text | colno text]

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.

rowno
Start from row number rowno (1-based, not inclusive)
text
Text to search for
colno
Column number to limit the search to (1-based)

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

OpenBSD 7.8 February 5, 2026 TSVFIND(1)