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

⟦543a1785a⟧ TextFile

    Length: 1494 (0x5d6)
    Types: TextFile
    Names: »repeat.man«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/stat-5.3/eu/stat/doc/repeat.man« 

TextFile

REPEAT(1)                          |STAT                   October 13, 1986

NAME
     repeat - repeat input strings or files

SYNOPSIS
     repeat [-fi] [-l maxlines] [-n count] [-] [files]

DESCRIPTION
     _▶08◀r_▶08◀e_▶08◀p_▶08◀e_▶08◀a_▶08◀t repeatedly prints its argument files as many times as
     requested.  If no files are specified, the standard input is read.
     The special file name - is allowed to refer to the standard input.

OPTIONS
     -f   Insert a formfeed before each repetition.  This allows pagination
          of output for most printers.

     -i   Repeat lines inside files.  For example, if a file has the days
          of the week, each on its own line, then two copies with this
          option will produce:
          Sunday
          Sunday
          Monday
          Monday
           ...

     -l maxlines
          Set the maximum number of lines to be read.

     -n count
          Set the number of repetitions of each input file.  By default,
          one copy is printed.

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

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. The program should be
     installed as _▶08◀r_▶08◀e_▶08◀p instead.

LIMITS
     Use the -L option to determine the program limits.