The command says, 'search for every line where an end of line is present and
join it with the next line'
When used in pattern matching, $ is a reference to the end of the line
--
David
---------------
richSOB.com
----- Original Message -----
From: "John P. Verel" <[EMAIL PROTECTED]>
To: "davidturetsky" <[EMAIL PROTECTED]>
Cc: "Mutt User List" <[EMAIL PROTECTED]>
Sent: Sunday, November 26, 2000 11:03 PM
Subject: Re: OT (sort of): VIM/ex/tr question
> On 11/26/00, 10:17:08PM -0500, davidturetsky wrote:
> > :g/$/j
> Yes, it does. But I can't figure out why it should. $ indicates last
line in
> stdin, right? So, how does this work?
>