1834345 Members
1706 Online
110066 Solutions
New Discussion

Re: awk/sed scripting

 
SOLVED
Go to solution
u856100
Frequent Advisor

awk/sed scripting

Can anyone suggest a good introductory book in UNIX scripting (I know HP offer a course in this)? I have been using Java for a year now so I am familiar with programming concepts and the basics.

I haven't started looking yet but thought where better to start!

cheers

John
chicken or egg first?
6 REPLIES 6
Robin Wakefield
Honored Contributor
Solution

Re: awk/sed scripting

Hi John,

For awk/sed specifically, I use O'Reilly's book:

Title: sed & awk
Authors: Dougherty & Robbins
ISBN: 1-56592-225-5

Lots of examples, tutorials, etc.

Rgds, Robin.
Paula J Frazer-Campbell
Honored Contributor

Re: awk/sed scripting

Hi
Check out :-

http://www.kornshell.com/doc/

Paula
If you can spell SysAdmin then you is one - anon
Marcin Golembski_1
Honored Contributor

Re: awk/sed scripting

If you like Java, Perl might be worth looking at...
Check O'Reilly's "Learning Perl"
http://www.oreilly.com/catalog/lperl3/
and "Programming Perl"
http://www.oreilly.com/catalog/pperl3/
Frederic Sevestre
Honored Contributor

Re: awk/sed scripting

Hi John,

I think the O'Reilly's is the best but the
"UNIX awk and sed programmer's interactive workbook " from Peter Patsis (Prentice Hall ) is quiet good to.
Regards

Crime doesn't pay...does that mean that my job is a crime ?
BFA6
Respected Contributor

Re: awk/sed scripting

Hi,

The Korn Shell by Anatole Olczak, and as mentioned before O'Reilly's sed & awk

Hilary

A. Clay Stephenson
Acclaimed Contributor

Re: awk/sed scripting

Hi:

If I were starting out again, I would learn only a modicum of shell programming and then master Perl. It combines the best features of awk, sed, grep, and the shell. It is by far the most powerfull scripting language in that sockets, ipcs, ioctl, and virtually anything else that can be done in C can be done in perl. It's now my weapon of choice. The O'Reilly Perl Books (the Camel books) are hard to beat.

Regards, Clay
If it ain't broke, I can fix that.