From: Geico Caveman on
How does one do it ?

I deal with a lot of different kinds of data, and before unleashing
matlab on it, it is helpful to take a look at the contents and which
line numbers the data is at.

I can use vi alright with se nu, but was curious about an alternative way.

From: D Finnigan on
Geico Caveman wrote:
> How does one do it ?
>

AFAIK, it can't be done.

Press Command-L to jump to a known line number.

--
Mac GUI Vault - A source for retro Apple II and Macintosh
computing.
http://macgui.com/vault/
From: nospam on
In article <2010080913514216807-spammersgohere(a)spaminvalid>, Geico
Caveman <spammers-go-here(a)spam.invalid> wrote:

> How does one do it ?
>
> I deal with a lot of different kinds of data, and before unleashing
> matlab on it, it is helpful to take a look at the contents and which
> line numbers the data is at.
>
> I can use vi alright with se nu, but was curious about an alternative way.

textwrangler

<http://www.barebones.com/products/textwrangler/>
From: Geico Caveman on
On 2010-08-09 13:57:19 -0500, dog_cow(a)macgui.com (D Finnigan) said:

> Geico Caveman wrote:
>> How does one do it ?
>>
>
> AFAIK, it can't be done.
>
> Press Command-L to jump to a known line number.

Ok. Thanks.