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
Index: T u

⟦91118ed42⟧ TextFile

    Length: 818 (0x332)
    Types: TextFile
    Names: »usr/spool/lp/model/rc609r «

Derivation

└─⟦833723c12⟧ Bits:30004042/core5.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »usr/spool/lp/model/rc609r « 

TextFile



#ident "@(#)lp:model/rc60[789]	1.2"
# lp interface for rc60[789] remote text line printer (UNIX)
#
machine=`basename $0`
(
# nlq
echo '\033I3\c'

Header=Yes
for i in $5
do
	case "$i" in
	h | H)	Header=No;;
	*)	;;
	esac
done
if [ $Header = Yes ]; then
	echo "\n\n\n\n"
	banner "$2" `uname`
	echo "\n"
	user=`grep "^$2:" /etc/passwd | line | cut -d: -f5`
	if [ -n "$user" ]
	then
		echo "User: $user\n"
	else
		echo "\n"
	fi
	echo "Request id: $1    Printer: `basename $0`@`uname`\n"
	date
	echo "\n"
	if [ -n "$3" ]
	then
		banner $3
	fi
	echo "\014\c"
	fi
copies=$4
shift; shift; shift; shift; shift
files="$*"
i=1
while [ $i -le $copies ]
do
	for file in $files
	do
		cat "$file" 2>&1
		[ "`tail -1c $file`" = `echo "\014\c"` ] || echo "\014\c"
	done
	i=`expr $i + 1`
done
) | wr -s "$machine" -c"lp -s -oh"
exit 0