1841433 Members
2620 Online
110181 Solutions
New Discussion

shell scripting

 
SOLVED
Go to solution
kamal_9
Super Advisor

shell scripting

HI
Everybody iam new to itrc.Can any one suggest me which book or document for shell scripting
11 REPLIES 11
Vijaya Kumar_3
Respected Contributor
Solution

Re: shell scripting

Hi Kamal,

There are many resources available in the internet.

If you dont have any programmin' experience, you can Start with Unix Shell Programming by great YPK (Yashvant P Kanetkar) Book (India).

Apart from that, to learn specific to Korn Shell Scripting, there is a great Oreilly book available in the market.
http://www.oreilly.com/catalog/korn2/


Hope this helps
Vijay

Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Sridhar Bhaskarla
Honored Contributor

Re: shell scripting

Hi,

Look at docs.hp.com for online reading.

Shell programming is included in "shell's: User guide".

http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
kamal_9
Super Advisor

Re: shell scripting

Hi Sri
I would like to know more about posix shell also can you suggest
Patrick Wallek
Honored Contributor

Re: shell scripting

Have a look at the POSIX shell man page.

# man sh-posix

You can also have a look at the "POSIX and Korn Shell" section in the following manual:
http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html
Johan Brusche
Honored Contributor

Re: shell scripting


Below shell programming handbook, has been
adapted to conform the POSIX syntax.
Unix Shell Programming, Third Edition by Kochan, Stephen. ISBN: 0672324903
http://pdxbooks.com/compare/0672324903

_JB_
Sridhar Bhaskarla
Honored Contributor

Re: shell scripting

Hi Kamal,

There is a chapter on Posix shell in the same document. Read through it.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Steven E. Protter
Exalted Contributor

Re: shell scripting

There are two good basic chapters to get you started on shell scripting in Rahman's book

HP Certified.

Its a good book to have for many reasons.

http://www.amazon.com/exec/obidos/ASIN/0130183741/qid=1074999380/sr=2-1/ref=sr_2_1/104-2371004-8459135

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
M. Z. Harbi
Advisor

Re: shell scripting

yeah.. "HP Certified" is a great book. It covers three main areas in UNIX:

1. Fundamentals of the UNIX System
2. HP-UX System Administration
3. HP-US Network Administration

the Author's name is "Rafeeq Ur Rehman"

you should get it..
UNDERSTAND life. Do NOT just STAND UNDER it...
Donny Jekels
Respected Contributor

Re: shell scripting

Anohter good shell scipting book is

The Korn Shell
Unix and Linux Programming manual

ISBN 0210-67523-4

very good real world examples in to start kick ass apps.
"Vision, is the art of seeing the invisible"
I.Delic
Super Advisor

Re: shell scripting

Hi,

You can find a lot of good books but maybe yuo can start with an good internet link
about scripting.
http://www.linuxfocus.org/Nederlands/September2001/article216.shtml

Success with scripting


Idriz
Thomas Bianco
Honored Contributor

Re: shell scripting

it's a bit out of spectrum, but you may want to try the linux documentation project.

here is a link to the PDF of the "Advanced Bash Scripting Guide". bash is available for HPUX, Lunix and Windows

http://tldp.org/LDP/abs/abs-guide.pdf
There have been Innumerable people who have helped me. Of course, I've managed to piss most of them off.