From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3B973183.580C73B1@zip.com.au> From: Matthew Hannigan MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] weird print(2) problems... References: <20010905191944.AC31319A04@mail.cse.psu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 6 Sep 2001 10:19:15 +0200 Topicbox-Message-UUID: ea5948ce-eac9-11e9-9e20-41e7f4b1d025 Russ Cox wrote: > 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. > > see _The Unix Programming Environment_, > Kernighan & Pike (1984), pp. 77-79, "A digression on echo". > [ .. ] damn, you beat me to it!