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 l

⟦52cc32813⟧ TextFile

    Length: 1087 (0x43f)
    Types: TextFile
    Names: »linex.man«

Derivation

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

TextFile

LINEX(1)                           |STAT                   December 2, 1986

NAME
     linex - line extraction

SYNOPSIS
     linex [-ns] line-numbers

DESCRIPTION
     _▶08◀l_▶08◀i_▶08◀n_▶08◀e_▶08◀x extracts the named lines from the standard input and prints them
     to the standard output.  Line numbers begin with 1.  Ranges of line
     numbers can be abbreviated with arguments of the form #-# (e.g., 12-
     24).  Line ranges can be in reverse order (e.g., 5-1 to reverse the
     first five lines).

OPTIONS
     -n   Number output lines.

     -s   Silent running.  By default, _▶08◀l_▶08◀i_▶08◀n_▶08◀e_▶08◀x complains if you request a
          line not found in the file.  This option turns off the warning
          messages.

EXAMPLES
     linex 1 2 3 4       # lines 1 through 4
     linex 1-4           # an abbreviation of the above
     linex 4-1           # lines 4-1 in reverse order
     linex -s 500-1000   # lines 500 to 1000, if they are there

LIMITS
     There is a limit on the maximum number of lines you can print;
     probably 1000.  Use the -L option to determine the program limits.