seq.1 (1a0fda2b547365c9453523592a445dfe21266d4b) | seq.1 (ed120cdb3738d48809910aa63b54fb9ea7684d91) |
---|---|
1.\" $NetBSD: seq.1,v 1.6 2008/11/26 15:03:47 ginsbach Exp $ 2.\" 3.\" Copyright (c) 2005 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" This code is derived from software contributed to The NetBSD Foundation 7.\" by Brian Ginsbach. 8.\" --- 113 unchanged lines hidden (view full) --- 122Equalize the widths of all numbers by padding with zeros as necessary. 123This option has no effect with the 124.Fl f 125option. 126If any sequence numbers will be printed in exponential notation, 127the default conversion is changed to 128.Cm %e . 129.El | 1.\" $NetBSD: seq.1,v 1.6 2008/11/26 15:03:47 ginsbach Exp $ 2.\" 3.\" Copyright (c) 2005 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" This code is derived from software contributed to The NetBSD Foundation 7.\" by Brian Ginsbach. 8.\" --- 113 unchanged lines hidden (view full) --- 122Equalize the widths of all numbers by padding with zeros as necessary. 123This option has no effect with the 124.Fl f 125option. 126If any sequence numbers will be printed in exponential notation, 127the default conversion is changed to 128.Cm %e . 129.El |
130.Pp 131The 132.Nm 133utility exits 0 on success and non-zero if an error occurs. | 130.Sh EXIT STATUS 131.Ex -std |
134.Sh EXAMPLES 135.Bd -literal -offset indent 136# seq 1 3 1371 1382 1393 140 141# seq 3 1 --- 46 unchanged lines hidden --- | 132.Sh EXAMPLES 133.Bd -literal -offset indent 134# seq 1 3 1351 1362 1373 138 139# seq 3 1 --- 46 unchanged lines hidden --- |