1752799 Members
6069 Online
108789 Solutions
New Discussion юеВ

Shell Scripting

 
Rahim Arman
Occasional Contributor

Shell Scripting

Hi,
Is there any good web site for shell scripting?.Hope you guy's can help me
on this?
4 REPLIES 4
Paul Hite_2
Frequent Advisor

Re: Shell Scripting

I don't know any great sites for shell scripting. But this is better than
nothing.
Terja Lange_1
Frequent Advisor

Re: Shell Scripting

Rather than web sites, try o'reilly nushell series of books. There is a good
one on Korn shell. ON hp you should use korn shell for the programming.
Sanjay Tailor
Frequent Advisor

Re: Shell Scripting

Hi,

Try http://docs.hp.com/hpux/os
You will get a list of files and one of then has a pretty good guide to Shells called Shells: User Guide.

Not sure if itthat helps.
Good luck

Jason Luginbuhl
Frequent Advisor

Re: Shell Scripting

In addition to what the others have mentioned, do not forget that each shell has a lengthy man page. Depending on whether you are scripting in csh, ksh, sh, or keysh you can get detailed manual information from the system:

# man sh
# man ksh
# man csh
# man sh-posix
# man sh-bourne
# man keysh
"Unfortunately you can't out-program stupidity"