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

⟦66424c7f2⟧ TextFile

    Length: 504 (0x1f8)
    Types: TextFile
    Names: »README«

Derivation

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

TextFile

#! /bin/sh

# Use this script to install the formatted manual entries

D=/usr/man/cat1

STATPROGS="abut      anova     calc      cat       colex     contab
           desc      dm        dprime    dsort     ff        fpack
           intro     linex     maketrix  manstat   oneway    rankind
           rankrel   pair      perm      probdist  ranksort  regress
           repeat    reverse   series    stats     transpose ts
           validata  "
for prog in $STATPROGS
do
	cp $prog.man $D/$prog.1
done