1833788 Members
2352 Online
110063 Solutions
New Discussion

Re: Awk

 
Trenta Angelo
Contributor

Awk

Hi all,

I would like to know some useful links
to learn more about awk options.

Regards, Angelo
I will work harder, HP-UX is always right
8 REPLIES 8
S.K. Chan
Honored Contributor

Re: Awk

Gnu Awk Online reference (the full treatment), it's in my bookmark. I find it very useful.

http://www.cl.cam.ac.uk/texinfodoc/gawk_toc.html#SEC6

You can't go wrong with the O'Reilly book "Sed and Awk" by Dale Dougherty & Arnold Robbins
Patrick Wallek
Honored Contributor

Re: Awk

On your unix machine do a 'man awk'
Helen French
Honored Contributor

Re: Awk

# man awk

Also:

http://www.cl.cam.ac.uk/texinfodoc/gawk_toc.html

Life is a promise, fulfill it!
Arockia Jegan
Trusted Contributor

Re: Awk

James R. Ferguson
Acclaimed Contributor

Re: Awk

Hi Trenta:

In addition to what has already been offered, see this link:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4a90ee3e323bd5118fef0090279cd0f9,00.html

Regards!

...JRF...
Craig Rants
Honored Contributor

Re: Awk

I always look to see what O'Reilly has!

http://safari.oreilly.com/main.asp?bookname=awkprog3

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
MANOJ SRIVASTAVA
Honored Contributor

Re: Awk

Hi Trenta


1. OReilly Sed and Awk
2. man awk
3. Try using it whereever you want to work on lines , fields etc , this is teh best way to learn


Manoj Srivastava