|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 283 (0x11b)
Types: TextFile
Names: »usr/lbin/mktable «
└─⟦307897ef0⟧ Bits:30004042/core1.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦this⟧ »usr/lbin/mktable «
#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
' "$@"