From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9d1c820c207f701583bc6f116bcd62d8@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Highlighting in Acme From: "rob pike, esq." MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 11 Apr 2002 14:40:57 -0400 Topicbox-Message-UUID: 7640533c-eaca-11e9-9e20-41e7f4b1d025 > % echo '2-#0+#5,3-#0+#4' > /mnt/acme/9/addr > echo: write error: bad address syntax The syntax error is because you need to say echo -n. Then you get echo: write error: address out of range because of some stupid bug that stops 3-#0 working right even though 2-#0 works fine. I'm digging. -rob