[comp.unix.questions] File Locks in csh

rkc@XN.LL.MIT.EDU (rkc) (07/18/90)

Is there any good way to do file locking inside a csh script?  The only
mechanism I thought of was to create a temporary file to act as a flag until
I'm done messing with the real file.  There must be a more graceful way!

	-Rob