DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T s

⟦127e8343a⟧ TextFile

    Length: 784 (0x310)
    Types: TextFile
    Names: »series.1«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/doc/man/series.1« 

TextFile

.TH SERIES 1 "March 5, 1985" "UNIX|STAT 5.0" "UNIX User's Manual"
.SH NAME
series \- create a series of numbers
.SH SYNOPSIS
.B series
start end [incr]
.SH DESCRIPTION
.I Series
prints the real number from \fIstart\fR to \fIend\fR,
one per line.
If \fIincr\fR is not specified,
it is assumed to be 1.0 if \fIstart\fR is less than \fIend\fR,
and \-1.0 if \fIstart\fR is greater that \fIend\fR.
If \fIincr\fR is specified,
it is repeatedly added to \fIstart\fR while the running sum is less than
or equal to \fIend\fR.
\fIIncr\fR should be negative if \fIstart\fR is greater than \fIend\fR.
.SH EXAMPLE
.PP
To make a random permutation of the numbers 1 to 100:
.ce
series 1 100 | perm
.SH SEE\ ALSO
repeat(1), maketrix(1), perm(1)
.SH AUTHOR
Gary Perlman
.SH KEYWORDS
data manipulation