Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME between - Determine whether a number lies within a given range. SYNOPSIS between [NUMBER] -low [LOW_END] -high [HIGH_END] DESCRIPTION between uses Allen Ormond's ifThen command to verify that a number is not less than the low end nor greater than the high end for a given range. It only returns numbers within the that range. EXAMPLES between 3 -low 1 -high 10 Returns 3. between 30 -low 1 -high 10 Returns nothing. AUTHOR Paul M. Boren pmboren AT gmail DOT com