1821583 Members
3357 Online
109633 Solutions
New Discussion юеВ

Shell scripting-Unix

 
Trng
Super Advisor

Shell scripting-Unix

Hi Gurus,

Can anyone suggest me,how to study shell scripting,any books,basic requirements etc ?.Without shell scripting it is very difficult to survive in system administration field.pls guide me


thanks in advance
rgds
administrator
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: Shell scripting-Unix

Hi:

This question arises periodically. You can begin with this guide:

http://docs.hp.com/en/B2355-90046/index.html

I suggest that you concentrate on the Posix shell - for HP-UX it's a superset of the Korn shell as well as the standard for HP.

There is no better way to learn scripting then to write. An excellent source of good techniques is Heiner's site:

http://www.shelldorado.com/

Regards!

...JRF...
Srimalik
Valued Contributor

Re: Shell scripting-Unix

I started from a book by "Sushmitabha Das"
you can download it or can get a hard copy if you are in India.
abandon all hope, ye who enter here..
Trng
Super Advisor

Re: Shell scripting-Unix

Hi,

what is the diff b/w perl scripting and unix shell scripting ?is there any adv studing perl ?.

and pls let me know sushmita das book name and download site address pls

rgds
administrator
Rasheed Tamton
Honored Contributor

Re: Shell scripting-Unix

Hi Suresh,

O'reilly's "Learning Perl" is an excellent starting point. Programming Perl, Perl Cookbook and Advanced Perl Programmimg might be good order to go to the advanced levels. You have to learn regular expressions and
then master Perl's extended regular expressions. There are lot of stuff on the net for Shell Programming and Perl as well.

Here is some links to start with:
http://www.ebb.org/PickingUpPerl/pickingUpPerl_toc.html
http://www.perl.org/books.html

If you want 2 spend money:
http://www.bigwebmaster.com/Unix_Shell/Books/
http://www.bigwebmaster.com/Perl/Books/

Rgds,
Rasheed Tamton.
Trng
Super Advisor

Re: Shell scripting-Unix

thanks all
administrator