1833760 Members
2195 Online
110063 Solutions
New Discussion

Script Shell

 
SOLVED
Go to solution
Vogra
Regular Advisor

Script Shell

Hi All!
can anyone help me with script shell manuals? I had been learning it and need to know where can I find manual, examples etc.
Thanx.
We are spirits in the material world
7 REPLIES 7
harry d brown jr
Honored Contributor
Solution

Re: Script Shell

The O'reilly manuals are very good, if not the best.

http://www.oreilly.com/

You can also find most of these in your local book stores.
Live Free or Die
Rita C Workman
Honored Contributor

Re: Script Shell

If your able to...maybe you could go the Posix Shell Programming that HP offers. I took it and I still use the class book for a reference on syntax.

Just a thought,
Rita
harry d brown jr
Honored Contributor

Re: Script Shell

For the bash shell:
http://www.oreilly.com/catalog/bash2/

Kornshell:
http://www.oreilly.com/catalog/korn/

Sed and awk (these are very useful):
http://www.oreilly.com/catalog/sed2/


Perl:
http://www.oreilly.com/catalog/lperl2/
and programming in perl:
http://www.oreilly.com/catalog/pperl3/

Some of these manuals are on-line, especially the perl, sed&awk, and possibly the korn shell one.

Don't forget to use us as a sounding board...

Live Free or Die
Paula J Frazer-Campbell
Honored Contributor

Re: Script Shell

Hi
On line manual on awk:-


http://www.cl.cam.ac.uk/texinfodoc/gawk_toc.html


Paula
If you can spell SysAdmin then you is one - anon
James R. Ferguson
Acclaimed Contributor

Re: Script Shell

Santosh Nair_1
Honored Contributor

Re: Script Shell

Couple of my favorite scripting links:

http://www.shelldorado.com
http://www.ugu.com (lots of Unix references for just about all platforms).

-Santosh
Life is what's happening while you're busy making other plans
Wodisch
Honored Contributor

Re: Script Shell

Hello,

you could get a lot of working scripts to learn from by visiting Lee Binkley's script site.
And there are many to be found here:
http://www.introcomp.co.uk/examples/

HTH,
Wodisch