in reply to Re^3: Join lines that match an string
in thread Join lines that match an string
Kennethk, there's no output after running your code
Now let me clarify myself; I have a file with tons of lines, but there're many lines that I want to join in one and I found that I can match the start with "remotely" and the end with "p_agrs", so the lines that are in the middle would be in the one which contains "remotely", later I'll drop the rest of them using a grep remotely data01 > data02
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Join lines that match an string
by kennethk (Abbot) on Jul 13, 2010 at 00:25 UTC | |
Re^5: Join lines that match an string
by linuxer (Curate) on Jul 13, 2010 at 08:52 UTC | |
by ambrus (Abbot) on Jul 13, 2010 at 17:58 UTC | |
by linuxer (Curate) on Jul 13, 2010 at 21:45 UTC |