Re: VI(M) - Changing Merging 2 lines?

2003-09-02 Thread Nadav Har'El
On Mon, Sep 01, 2003, Subba Rao wrote about Re: VI(M) - Changing Merging 2 lines?: One other question is, how can I find white space (non-printable) characters in a text file. The records file was created from PDF to text with the help of pdftotext. I don't what characters are in this file

Re: VI(M) - Changing Merging 2 lines?

2003-09-02 Thread Erez Doron
Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields should be seperated by a comma. Line1,Line2 How can I define a keystroke that will, add a comma at the

VI(M) - Changing Merging 2 lines?

2003-09-01 Thread Subba Rao
Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields should be seperated by a comma. Line1,Line2 How can I define a keystroke that will, add a comma at the end of Line1

Re: VI(M) - Changing Merging 2 lines?

2003-09-01 Thread Yedidyah Bar-David
On Mon, Sep 01, 2003 at 11:31:34AM -0400, Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields should be seperated by a comma. Line1,Line2 How can I

Re: VI(M) - Changing Merging 2 lines?

2003-09-01 Thread Tzafrir Cohen
On Mon, Sep 01, 2003 at 11:31:34AM -0400, Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields should be seperated by a comma. Line1,Line2 s/\n/,/

Re: VI(M) - Changing Merging 2 lines?

2003-09-01 Thread Yedidyah Bar-David
On Mon, Sep 01, 2003 at 07:25:52PM +0300, Tzafrir Cohen wrote: On Mon, Sep 01, 2003 at 11:31:34AM -0400, Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2

Re: VI(M) - Changing Merging 2 lines?

2003-09-01 Thread Subba Rao
On 0, Yedidyah Bar-David [EMAIL PROTECTED] wrote: On Mon, Sep 01, 2003 at 11:31:34AM -0400, Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields

Re: VI(M) - Changing Merging 2 lines?

2003-09-01 Thread guy keren
On Mon, 1 Sep 2003, Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record.Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields should be seperated by a comma. Line1,Line2 How can I define a keystrokethat will,