|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 504 (0x1f8) Types: TextFile Names: »README«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/stat-5.3/eu/stat/doc/README«
#! /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