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 r

⟦1532afab3⟧ TextFile

    Length: 1068 (0x42c)
    Types: TextFile
    Names: »repeat«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/doc/cat/repeat« 

TextFile


REPEAT(1)              UNIX User's Manual               REPEAT(1)

NAME
     repeat - repeat a string or file

SYNOPSIS
     repeat [-]count [string | file]

DESCRIPTION
     _▶08◀R_▶08◀e_▶08◀p_▶08◀e_▶08◀a_▶08◀t repeatedly prints its first argument _▶08◀c_▶08◀o_▶08◀u_▶08◀n_▶08◀t times.  If
     _▶08◀c_▶08◀o_▶08◀u_▶08◀n_▶08◀t is negative, the argument string is repeated
     _▶08◀a_▶08◀b_▶08◀s(_▶08◀c_▶08◀o_▶08◀u_▶08◀n_▶08◀t) times, otherwise, _▶08◀f_▶08◀i_▶08◀l_▶08◀e is repeatedly printed.  If
     _▶08◀f_▶08◀i_▶08◀l_▶08◀e is missing, input is taken from the standard input,
     stored in a temporary file, and then repeated.

EXAMPLES
          repeat 10 #input from tty is reprinted 10 times
          pr file | repeat 5#pr output is repeated five times
          repeat -20 hello#20 hello's are printed
          repeat 20 hello#the file hello is repeated

SEE ALSO
     unixstat(1), series(1), maketrix(1)

AUTHOR
     Gary Perlman

BUGS
     The name _▶08◀r_▶08◀e_▶08◀p_▶08◀e_▶08◀a_▶08◀t is a reserved word in _▶08◀c_▶08◀s_▶08◀h. Often, the name
     _▶08◀r_▶08◀e_▶08◀p is used instead.

KEYWORDS
     data manipulation

Printed 5/30/85           March 5, 1985                         1