|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 350 (0x15e)
Types: TextFile
Notes: UNIX file
Names: »shogrps«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »sys/build/shogrps«
# 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