From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] echo -n Date: Tue, 21 Nov 2006 05:24:02 +0200 From: lucio@proxima.alt.za In-Reply-To: <8ccc8ba40611201305u114a86fboa765b4dd87a95b4e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e439397e-ead1-11e9-9d60-3106f5b1d025 > But then, this goes against the convention that zero-length read means > eof. This reminds me of the discussion about white space in file names. > File names may have white space in their names, but that makes > it hard (despite quoting) to program using file names as different tokens. It seems to me, with Joel's rider that this may be only of academic value, that we make a strange exception for write(X, "\4", 1) to /dev/cons and we screw up a whole lot of logic in the process. ++L