[4189] in Athena Bugs
Re: rt 6.4R: notes
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sun Feb 11 21:10:36 1990
Date: Sun, 11 Feb 90 21:10:17 -0500
From: Ken Raeburn <Raeburn@ATHENA.MIT.EDU>
To: Jonathan I. Kamens <jik@PIT-MANAGER.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: Jonathan I. Kamens's message of Sun, 11 Feb 90 12:02:48 -0500,
I investigated this a while back. It turns out that notes uses
something like "csh -c 'cat >> %s'", so if your .cshrc sets
"noclobber" or whatever the variable is, it will not create a file for
output.
Whether or not a modification is made to the sources for the program
(and I do not make any claim here as to whether the behavior is a
bug), the documentation should be updated to be more specific about
the behavior.