ste

Једноставни уређивач табела
git clone https://git.sr.ht/~strahinja/ste
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

tsvedit.1.in (621B)


      1 .Dd %DATE%
      2 .Dt TSVEDIT 1
      3 .Os
      4 .Sh NAME
      5 .Nm tsvedit
      6 .Nd Edit a line from a TSV file
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Ar tsvfile.tsv
     10 .Op Ar rowno | Ar colno Ar text
     11 .Sh DESCRIPTION
     12 Read lines from stdin and interpret them as columns of a line to replace the
     13 line from a TSV file;
     14 .Bl -tag -width ".Nm Ar rowno" -offset indent
     15 .It Ar tsvfile.tsv Ar rowno
     16 select the line (row) to be replaced by its row number (1\-based)
     17 .
     18 .It Ar tsvfile.tsv Ar colno Ar text
     19 select the line (row) to be replaced by searching the column with index
     20 .Ar colno
     21 (1\-based) for
     22 .Ar text .
     23 .El
     24 .Sh AUTHORS
     25 .An Strahinya Radich Aq Mt sr@strahinja.org ,
     26 2023\-2026