tsvmove manual


TSVMOVE(1)                BSD General Commands Manual               TSVMOVE(1)


NAME

     tsvmove -- Move a line in a TSV file


SYNOPSIS

     tsvmove tsvfile.tsv [rowno | colno text] rowno


DESCRIPTION

           tsvmove tsvfile.tsv rowno rowno
                          select the line (row) to be moved by its row number
                          (1-based)

           tsvmove 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 <contact@strahinja.org>, 2023

BSD                            November 11, 2023                           BSD