SYNOPSIS

numbound [-dhlV] <\s-1FILE\s0>

| numbound [-dhlV] (Input on \s-1STDIN\s0 from pipeline.)

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

DESCRIPTION

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

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

BUGS

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

RELATED TO numbound…

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

COPYRIGHT

numbound is part of the num-utils package, which is copyrighted by Suso Banderas and released under the \s-1GPL\s0 license. Please read the \s-1COPYING\s0 and \s-1LICENSE\s0 files that came with the num-utils package

Developers can read the GOALS file and contact me about providing submitions or help for the project.

MORE INFO

More info on numbound can be found at:

http://suso.suso.org/programs/num-utils/