Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
294 B
Text
6 lines
294 B
Text
Prints to stdout a series of numbers from `start' to `end', with
|
|
optional increment and zero-padded field width. Hex (-x) or octal
|
|
(-o) output formats are available. Negative numbers are allowed,
|
|
and a negative `increment' does the expected thing.
|
|
|
|
WWW: http://www.nesbitt.ca/downloads/loop/
|