debian man page for numbound

Query: numbound

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NUMBOUND(1)						User Contributed Perl Documentation					       NUMBOUND(1)

NAME
numbound - Find boundary numbers in files or STDIN.
SYNOPSIS
numbound [-dhlV] <FILE> | numbound [-dhlV] (Input on STDIN from pipeline.) numbound [-dhlV] (Input on STDIN. Use Ctrl-D to stop.)
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 (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.
SEE ALSO
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 GPL license. Please read the COPYING and LICENSE 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/ perl v5.10.1 2009-10-31 NUMBOUND(1)
Related Man Pages
perl::critic::policy::inputoutput::prohibitexplicitstdin(3) - centos
numgrep(1) - debian
numsum(1) - debian
num(3o) - suse
mail::message::construct::read(3pm) - debian
Similar Topics in the Unix Linux Community
help writing script file
how to find the common numbers in two files
Find out records in between 50 to 60
Pattern search using awk
Seperate Odd and Even numbers from 1 file to 2 files