1820693 Members
2781 Online
109627 Solutions
New Discussion юеВ

Shell scripting

 
Anil C. Sedha
Trusted Contributor

Shell scripting

Hi friends,

Can anyone guide me for a site or notes, to shell scripting manual or guides...

I really need to start learning it now.

regards,
anil
If you need to learn, now is the best opportunity
9 REPLIES 9
Jeff Machols
Esteemed Contributor

Re: Shell scripting

Uday_S_Ankolekar
Honored Contributor

Re: Shell scripting

Hi,

'Learning the korn shell' and 'sed & awk' (2nd edition) by o'reilly to begin with.
also Programming perl by o'reilly would be a good choise.

-USA..
Good Luck..
Uday_S_Ankolekar
Honored Contributor

Re: Shell scripting

James R. Ferguson
Acclaimed Contributor

Re: Shell scripting

Hi:

I like this one:

UNIX Shell Programming" by Lowell Jay Arthur & Ted Burns, published by John Wiley & Sons, Inc.

The book is divided into sections for the novice, the intermediate user and the experienced.

Another useful guide for beginners is the HP "Shells User's Guide" which is free, here:

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

Regards!

...JRF...
fg_1
Trusted Contributor

Re: Shell scripting

Anil

Take a look at this zip file I am sending you. I have put in there about 60 sites that I have found for useful information on scripting including examples.

Good luck.
Mark Greene_1
Honored Contributor

Re: Shell scripting

try here:

http://oase-shareware.org/shell/

mark
the future will be a lot like now, only later
Anil C. Sedha
Trusted Contributor

Re: Shell scripting

thanks friends..

i got enough links and info..gr8 help provided.

anil
If you need to learn, now is the best opportunity
Chris Vail
Honored Contributor

Re: Shell scripting

The book that taught me shell scripting is _Unix Shell Scripting_, Hayden Books (c) 1990 by Kochan & Wood.

Its an oldie but a goodie, I have worn it out and had to have the covers laminated and re-attached. Its here right next to the keyboard as I write this.

If you can get through the first 8 chapters, then follow up with the unit on the Korn shell, you'll be able to call yourself an ace shell scripter.


Chris