logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

numbound - Find boundary numbers in files or STDIN.

Bugs

numbound currently will only gather the first number on each line instead of all the numbers on the
       lines.

Description

numbound will find boundary numbers (minimum and maximum) in files or STDIN.  By default it will find the
       upper bound in the set of numbers (the maximum number) in the files or on STDIN.  You can use the -l
       option for finding the lower bound (minimum number).

More Info

       More info on numbound can be found at:

       http://suso.suso.org/xulu/Num-utils

perl v5.30.3                                       2020-06-09                                           BOUND(1)

Name

       numbound - Find boundary numbers in files or STDIN.

Options

           -l  -- Return the lower bound number in the set  (the minimum number)

           -h  Help: You're looking at it.
           -V  Increase verbosity.
           -d  Debug mode.  For developers

See Also

numaverage(1), numinterval(1), numnormalize(1), numgrep(1), numprocess(1), numsum(1), numrandom(1),
       numrange(1), numround(1)

Synopsis

numbound [-dhlV] <FILE>

       | numbound [-dhlV]     (Input on STDIN from pipeline.)

       numbound [-dhlV]       (Input on STDIN.  Use Ctrl-D to stop.)

See Also