DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦0e8d3b690⟧ TextFile

    Length: 283 (0x11b)
    Types: TextFile
    Names: »usr/lbin/mktable «

Derivation

└─⟦307897ef0⟧ Bits:30004042/core1.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »usr/lbin/mktable « 

TextFile

#ident	"@(#)sadmin:shell/mktable	1.3"
#	concatenate files together, stripping comments and empty lines

#!	chmod +x ${file}

if [ $# -lt 1 ]
then
	echo >&2 "Usage:  $0 file ...
For more detail type:	prtdoc syscmd.`basename $0`"
	exit 1
fi

exec sed '	/^[ 	]*#/d
		/^[ 	]*$/d
	' "$@"