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 - metrics - download

⟦2e386b567⟧ TextFile

    Length: 176 (0xb0)
    Types: TextFile
    Names: »altbytes«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦eed978cbf⟧ »EurOpenD3/utils/dbz.tar.Z« 
        └─⟦0be62e539⟧ 
            └─⟦this⟧ »dbz/altbytes« 

TextFile

NR == 1 {
	printf "%s %s %s %s %s %s %s %s %s", $1, $2, $3, $4, $5, $6, $7, $8, $9
	for (i = 10; i <= NF; i += 2)
		printf " %s %s", $(i+1), $i
	printf "\n"
}
NR > 1 { print }