Operating System - Linux
1748280 Members
3785 Online
108761 Solutions
New Discussion юеВ

Re: need links(pdf) to study awk, sed, grep

 
SOLVED
Go to solution
inventsekar_1
Respected Contributor

need links(pdf) to study awk, sed, grep

hi,
i know only little options with grep, sed and awk. like to know some good pdf's or links wehre i can get materials.
man pages for these gives very high level kind of stuff that i am not able to understand.
so materials for begineers is needed.

thanks in advance.
sekar
Be Tomorrow, Today.
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: need links(pdf) to study awk, sed, grep

Shalom sekar,

Some resourced for you:

http://unix.ittoolbox.com/topics/t.asp?t=429&p=429&h1=429

Good book:
http://www.unix.org.ua/orelly/unix/sedawk/index.htm
http://www.oreilly.com/catalog/sed2/

http://psr.rice.edu/sed.html

In today's digital age, its still better to have a book to work with.

ITRC has a good database of specific questions on sed/awk scripts, if you use google to search it.



or



Good luck on your knowledge enhancement.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com

Re: need links(pdf) to study awk, sed, grep

Hi,

Find the attached docs, nice manuals with good examples..

Regards,
Sunil
Your imagination is the preview of your life's coming attractions
James R. Ferguson
Acclaimed Contributor

Re: need links(pdf) to study awk, sed, grep

Hi Sekar:

I'd suggest, "Sed & Awk" by Dale Dougherty and Arnold Robbins, pulpished by O'Reilly.

You might also find the GNU manuals very useful:

http://www.gnu.org/software/gawk/manual/

http://www.gnu.org/software/grep/doc/

http://www.gnu.org/software/sed/manual/sed.html

The GNU versions of 'awk', 'grep' and 'sed' do offer some features that will not exist on native HP-UX, but the bulk of the material will be directly usable.

Regards!

...JRF...
Senthil Prabu.S_1
Trusted Contributor

Re: need links(pdf) to study awk, sed, grep

Hi,
The best one is to reger this free-ebook

http://www.unix.org.ua/orelly/unix/index.htm

Hope, this covers all parts of unix.



HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
rmueller58
Valued Contributor

Re: need links(pdf) to study awk, sed, grep