From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <3850801494679010@web30j.yandex.ru> <5053931494776177@web35j.yandex.ru> From: Charles Forsyth Date: Mon, 15 May 2017 09:58:57 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="001a11475b40fe86dd054f8c43b6" Subject: Re: [9fans] equality sign in Rc Topicbox-Message-UUID: bcf7aaf0-ead9-11e9-9d60-3106f5b1d025 --001a11475b40fe86dd054f8c43b6 Content-Type: text/plain; charset="UTF-8" Given > broken! one=1 two=2 echo $one $two > 1 2 > What should the following do? one=1 echo two=2 $one $two Disregarding a UNIX historical mistake, I'd expect 1 2 > broken! echo one=1 > one=1 > --001a11475b40fe86dd054f8c43b6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Give= n
broken! one=3D1 two=3D2 echo $one $two
1 2

What should the following do?=

=C2=A0 one=3D1 echo two=3D2 $one $two
<= br>
Disregarding a UNIX historical mistake, I'd expect
<= div>=C2=A0 =C2=A01 2
=C2=A0
<= div id=3D":1or" class=3D"a3s aXjCH m15c091e6f02a188d"> broken! echo one=3D1
one=3D1


--001a11475b40fe86dd054f8c43b6--