From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3751c68ff60141fea57abda3d8f8035a@yyc.orthanc.ca> To: 9fans@9fans.net From: "Lyndon Nerenberg (VE6BBM/VE7TFX)" Date: Fri, 15 Jan 2010 14:49:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Detecting EOF vs. Interrupt across 9P Topicbox-Message-UUID: bfd694ec-ead5-11e9-9d60-3106f5b1d025 Given a foofs which serves the writable file /mnt/foo, is there any reliable way to distinguish between % cat > /mnt/foo type some text and quit ^D % and % cat > /mnt/foo type some text, then change your mind and hit % at the server end? I know I read something about this, somewhere, but I can't find it now. It could very well have been buried in some source I was reading (about Tflush vs. 0 length Twrites or some such?). --lyndon