Subject: Re: kern/36548: Trailing NULs written to files over NFS
To: None <scw@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 06/28/2007 20:24:21
is it reproducable with something simpler, like the following?

	(echo aaa;/bin/echo bbb;echo ccc;echo ddd) > xxx

(with a shell which has echo builtin.)

YAMAMOTO Takashi