# math min
Finds the minimum within a list of numbers or tables

## Usage
```shell
> math min {flags} 
 ```

## Flags
* -h, --help: Display this help message

## Examples
  Get the minimum of a list of numbers
```shell
> echo [-50 100 25] | math min
 ```