Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!decvax!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld
From: gwyn%brl-vld@sri-unix.UUCP
Newsgroups: net.unix
Subject: Re:  help needed to download ascii null from unix
Message-ID: <16117@sri-arpa.UUCP>
Date: Sat, 28-Jan-84 20:36:06 EST
Article-I.D.: sri-arpa.16117
Posted: Sat Jan 28 20:36:06 1984
Date-Received: Sun, 5-Feb-84 04:29:22 EST
Lines: 6

From:      Doug Gwyn (VLD/VMB) 

???  UNIX does not mess around with NULs directed at your terminal
(except in some newer versions, it will if you ask it to).  Just
	write( 2, "", 1 );
for example.