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

⟦9d2ee4cbc⟧ TextFile

    Length: 350 (0x15e)
    Types: TextFile
    Notes: UNIX file
    Names: »shogrps«

Derivation

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

TextFile

# This file is sourced

echo ""
if ($#groups == 0) then
	echo "    No known user groups"
else
	set cmd1 = 'BEGIN{ defg = "'$defgroup'"; defh = "'$defhome'" }'
	set cmd2 = '{ printf("   %2d  %-10s %4s  %s\n", NR, $1, $2, $3) }'
	set cmd3 = 'END{ printf("    Defaults:     %4s  %s\n", defg, defh) }'
	echoln $groups | awk -F: "$cmd1 $cmd2 $cmd3"
endif