tREADME: add missing histpdf(1) entries - numtools - perform numerical operations on vectors and matrices in unix pipes
 (HTM) git clone git://src.adamsgaard.dk/numtools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5b24cf0f0de9c6d52fa609cb59e025d2706e2e7e
 (DIR) parent c598541cf915a211e3f9a96d08919ff3e022e96b
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 11 Sep 2021 21:29:35 +0200
       
       README: add missing histpdf(1) entries
       
       Diffstat:
         M README                              |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -6,6 +6,7 @@ passed as plain text in UNIX pipes.
        
        The toolset consists of the following:
        
       +- histpdf(1): plots a histogram of values in the first column.
        - max(1): returns the maximum value for each column.
        - mean(1): returns the average value for each column.
        - min(1): returns the minimum value for each column.
       t@@ -21,6 +22,7 @@ included man pages.
        Requirements:
                - C compiler (C99).
                - libc
       +        - histpdf(1): gnuplot(1)
        
        Author:
                Anders Damsgaard <anders@adamsgaard.dk>