From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <025f01c13642$92b19ea0$a2b9c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010905191944.AC31319A04@mail.cse.psu.edu> Subject: Re: [9fans] weird print(2) problems... MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Wed, 5 Sep 2001 21:40:09 +0200 Topicbox-Message-UUID: ea2f5eb0-eac9-11e9-9e20-41e7f4b1d025 > then {echo ''} shouldn't print a newline, as there's nothing to echo. > there's no obvious answer except that we shouldn't try to "fix" it. err... http://plan9.bell-labs.com/magic/man2html/1/echo Echo writes its arguments separated by blanks and terminated by a newline on the standard output. Option -n suppresses the newline. _terminated by a newline_.