From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4561E771.6000307@proweb.co.uk> Date: Mon, 20 Nov 2006 17:35:45 +0000 From: maht User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] echo -n References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e2868a00-ead1-11e9-9d60-3106f5b1d025 >> Maybe a shell function checking the arguments before >> calling echo would be a cleaner solution. >> > Or a distinct option to /bin/echo? > > ++L > why change echo when we have a perfectly cromulent system in place? fn echo { if(~ $1?*) /bin/echo -n $1 }