From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <45219fb00606090211s4c5ed526o@mail.gmail.com> Date: Fri, 9 Jun 2006 11:11:48 +0200 From: "=?ISO-8859-1?Q?Llu=EDs_Batlle?=" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [9fans] plan9port's acme - open a file to a desired line number. Topicbox-Message-UUID: 634b1ecc-ead1-11e9-9d60-3106f5b1d025 Hi... I'd like to open a file in acme at line, let's say, 10. acme file:10 # doesn't work if I already started acme, I tried this way: (echo name file; echo get; echo dot=3D10) | 9p write acme/new/ctl But it doesn't work - it says the "dot=3D" command is ill-formed. What I am doing wrong? Thanks, Llu=EDs.