freebsd-ports/misc/loop/pkg-descr
Pav Lucistnik 38f074d320 A shell programming utility that prints to stdout a series of numbers from
`start' to `end'

PR:		ports/88391
Submitted by:	Murray Nesbitt <freebsd@nesbitt.ca>
2005-11-12 11:55:10 +00:00

7 lines
294 B
Plaintext

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/