|
|
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 - downloadIndex: T U l
Length: 569 (0x239)
Types: TextFile
Notes: UNIX file
Names: »locking«
└─⟦9432394ce⟧ Bits:30004042/fmhelp.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦9432394ce⟧ UNIX Filesystem
└─⟦this⟧ »hu/new/usr/lib/help/locking«
# Copyright (c) 1984 AT&T
# All Rights Reserved
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
#ident "@(#)help:locking.sh 1.3"
if [ -f /tmp/*.${table} ]
then
echo "Someone else is updating the ${table} table. ${info}"
echo "will be ${action} the ${place} when the ${table} table
is no longer"
echo "in use. If you hit break while waiting, ${info} will not be"
echo "${action} the ${place}."
while [ -f /tmp/*.${table} ]
do
continue
done
fi