From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <138575261003110343m60b38ae1rdc053a48408d0219@mail.gmail.com> Date: Thu, 11 Mar 2010 13:00:04 +0100 Message-ID: <138575261003110400x1e1a37p819a56ead7c8a522@mail.gmail.com> From: hugo rivera To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] rc strings Topicbox-Message-UUID: e6150724-ead5-11e9-9d60-3106f5b1d025 Yes, works just as I needed. Thanks. 2010/3/11 roger peppe : > what about this? > ifs=3D' > ' n=3D`{echo 'a =C2=A0 =C2=A0b'} > > or > > ifs=3D'' n=3D`{echo 'a =C2=A0 =C2=A0b'} > > if you don't mind the newline character being in the string. > --=20 Hugo