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