Re: RREAD CONSECUTIVE LINES

2006-10-20 Thread Mumia W.
On 10/20/2006 07:16 AM, Luba Pardo wrote: Dear all, I am trying to write a script that reads in two or three consecutive lines to process those. [...] Do you want to show some sample data? Do you want to show what the input data is supposed to look like and what the output is supposed to look

Re: RREAD CONSECUTIVE LINES

2006-10-20 Thread D. Bolliger
Luba Pardo am Freitag, 20. Oktober 2006 14:16: > Dear all, Hello > I am trying to write a script that reads in two or three consecutive lines > to process those. For example that if the first line of file_1 match with > an scalar from a file_2, then print the lines 2 and 3 of the file_1. I > trie