1834156 Members
2954 Online
110064 Solutions
New Discussion

Re: scripting

 
Anjaneyulu
Frequent Advisor

scripting

Hi,
I want to learn Scripting. So if you have any documents about scripting please forward me.

Thanks,
Anji
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: scripting

Hi:

This is asked here repeatedly. A search of this forum for "script" might help. That said, look at:

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

http://www.shelldorado.com/scripts/

The above deal with shell scripts which is where you should probably start. Avoid the C-shell and concentrate on the Posix or Korn shell. The C-chell is wholly dysfunctional.

Regards!

...JRF...
OFC_EDM
Respected Contributor

Re: scripting

A must have for those starting off with scripting as you'll be utilizing tools such as SED.

SED Handy one liners
http://sed.sourceforge.net/sed1line.txt

Also there's an O'Reilly book on Sed/Awk which is good.

http://oreilly.com/catalog/9781565922259/

Also there's a Classic shell Scripting book by them too:
http://oreilly.com/catalog/9780596005955/index.html
The Devil is in the detail.