comp.lang.awk
  Home FAQ Contact Sign in
comp.lang.awk only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.awk Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  multiple records         


Author: nhgokulprasad
Date: Jul 12, 2008 23:15

Hi,

I have output which looks as follows
abc@xyz blah blah
something something something
othersomething othersomtheing othersomething

and the above 3 line repeated for some 100 times(with different
setting) so i have 300 lines. I want to get print
abc@xyz from 1st lineHi,

I have output which looks as follows
abc@xyz blah blah
something something something
othersomething othersomtheing othersomething

and the above 3 line repeated for some 100 times(with different
setting) so i have 300 lines. I want to get print
abc@xyz from 1st line
11 Comments
  Re: "Effective awk programming"         


Author: Spiros Bousbouras
Date: Jul 12, 2008 09:44

On Jul 11, 6:51 am, Spiros Bousbouras gmail.com> wrote:
> The O'Reilly version of "Effective awk programming" came out in
> 2001. The version on the GNU website (http://www.gnu.org/manual/gawk)
> is copyrighted 2004, 2006. So I'm wondering are there important
> differences between the online version and the printed version ?
> Does anyone have any idea whether a more recent printed version is
> planned ?

Noone ? Ok , let's try a different approach. Has it ever happened to
you
that you found information out of date in the printed book ? If yes
how
serious was it ?
2 Comments