range -- generating simple integer sequences for shell scripts

Go Report Card License

range

Range is a simple utility for shell scripts that emits a list of integers starting with the first command line argument and ending with the last integer command line argument.

If the first argument is greater than the last then it counts down otherwise it counts up.

USAGE

    range [OPTIONS] STARTING_INTEGER ENDING_INTEGER [INCREMENT_INTEGER]

EXAMPLES

OPTIONS

Installation

range can be installed with the go get command.

    go get github.com/rsdoiel/range/...

LICENSE

copyright © 2014 All rights reserved. Released under the Simplified BSD License