DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦9ef22f143⟧ TextFile

    Length: 443 (0x1bb)
    Types: TextFile
    Notes: UNIX file
    Names: »awkprtb«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »sys/build/awkprtb« 

TextFile


BEGIN {
	s["a"]=s["b"]=s["c"]=s["d"]=s["e"]=s["f"]=s["g"]=s["h"]=0;
}
$1 ~ /^[abcdefgh]$/ && $2 ~ /[0-9]+/ { s[$1] = $2 }
END {
	printf("set dc1a[1] = %d\n", s["a"]);
	printf("set dc1b[1] = %d\n", s["b"]);
	printf("set dc1c[1] = %d\n", s["c"]);
	printf("set dc1d[1] = %d\n", s["d"]);
	printf("set dc1e[1] = %d\n", s["e"]);
	printf("set dc1f[1] = %d\n", s["f"]);
	printf("set dc1g[1] = %d\n", s["g"]);
	printf("set dc1h[1] = %d\n", s["h"]);
}