numtools

perform numerical operations on vectors and matrices in unix pipes
git clone git://src.adamsgaard.dk/numtools # fast
git clone https://src.adamsgaard.dk/numtools.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 4b6992d475b32117ef12d031122b28a97cc02978
parent 9f8fb00ec36b31bce8d00e7c757ac292ecbdeff6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 25 Nov 2020 14:37:54 +0100

add awk(1) reference in man pages

Diffstat:
Mmax.1 | 1+
Mmin.1 | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/max.1 b/max.1 @@ -15,6 +15,7 @@ returns the maximum numerical value for each column in or in standard input, if no file is given. Input fields must be tab-separated. .Sh SEE ALSO +.Xr awk 1 .Xr mean 1 .Xr min 1 .Sh AUTHORS diff --git a/min.1 b/min.1 @@ -15,6 +15,7 @@ returns the minimum numerical value for each column in or in standard input, if no file is given. Input fields must be tab-separated. .Sh SEE ALSO +.Xr awk 1 .Xr mean 1 .Xr min 1 .Sh AUTHORS