2 .\" Copyright (c) 2005 The DragonFly Project. All rights reserved.
4 .\" This code is derived from software contributed to The DragonFly Project
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of The DragonFly Project nor the names of its
16 .\" contributors may be used to endorse or promote products derived
17 .\" from this software without specific prior written permission.
19 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
22 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
24 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
25 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
29 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" $DragonFly: src/usr.bin/seq/seq.1,v 1.3 2005/08/01 01:49:18 swildner Exp $
39 .Nd print sequences of numbers
46 .Op Ar first Op Ar incr
51 utility prints a sequence of numbers, one per line
58 as possible, in increments of
69 All numbers are interpreted as floating point.
71 Normally integer values are printed as decimal integers.
75 utility accepts the following options:
82 to print each number. Only the
90 conversion characters are valid, along with any optional
91 flags and an optional numeric mimimum field width or precision.
94 can contain character escape sequences in backslash notation as
105 can contain character escape sequences in backslash notation as
113 to terminate sequence of numbers.
116 can contain character escape sequences in backslash notation as
119 This option is useful when the default separator
123 Equalize the widths of all numbers by padding with zeros as necessary.
124 This option has no effect with the
127 If any sequence numbers will be printed in exponential notation,
128 the default conversion is changed to
134 utility exits 0 on success and non-zero if an error occurs.
136 .Bd -literal -offset indent
159 command first appeared in
160 .Tn "Plan 9 from Bell Labs" .
165 This command was based on the command of the same name in
166 .Tn "Plan 9 from Bell Labs"
173 command first appeared in the 1.13 shell utilities release.
177 option does not handle the transition from pure floating point
178 to exponent representation very well.
181 command is not bug for bug compatible with the
182 .Tn "Plan 9 from Bell Labs"