From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 8 Feb 2008 14:36:24 +0000 From: "roger peppe" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] managing windows in rio In-Reply-To: <46721ee70802080626u4b31c1ewc309f717116f5484@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46721ee70802080626u4b31c1ewc309f717116f5484@mail.gmail.com> Topicbox-Message-UUID: 4bce1900-ead3-11e9-9d60-3106f5b1d025 On Feb 8, 2008 2:26 PM, Michael Andronov wrote: > Is it a way to display line numbers along the text? Edit ,>grep -n '^' or perhaps: Edit ,|grep -n '^' and later: Edit ,x/^[0-9]+: /d > Is it a way to figure out particular line number? Edit =