| www.delorie.com/gnu/docs/sh-utils/sh-utils_77.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
seq: Print numeric sequences
seq prints a sequence of numbers to standard output. Synopses:
seq [option]... [first [step]] last... |
seq prints the numbers from first to last by
step. By default, first and step are both 1, and each
number is printed on its own line. All numbers can be reals, not just
integers.
The program accepts the following options. Also see 2. Common options.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |