seq: some cleanup

This commit is contained in:
Connor Lane Smith
2012-05-10 19:20:16 +01:00
parent c018f86fc7
commit 6e0f5c1409
4 changed files with 122 additions and 148 deletions

18
seq.1
View File

@@ -9,20 +9,22 @@ seq \- print a sequence of numbers
.RB [ \-s
.IR separator ]
.RI [ start
.RI [step] ]
.RI [ step ]]
.RI end
.SH DESCRIPTION
.B seq
will print numbers from
.I START
to
.I END,
in steps of
.I STEP.
will print a sequence of numbers from
.I start
(default 1) to
.IR end ,
in
.IR step
intervals (default 1).
.SH OPTIONS
.TP
.BI \-f " format"
specifies the printf style for the output lines
specifies the format used for output lines, as per
.IR printf (3).
.TP
.BI \-s " separator"
specifies the separator to print between output lines