- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shell scripting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 04:13 AM
01-24-2004 04:13 AM
Everybody iam new to itrc.Can any one suggest me which book or document for shell scripting
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 04:40 AM
01-24-2004 04:40 AM
SolutionThere are many resources available in the internet.
If you dont have any programmin' experience, you can Start with Unix Shell Programming by great YPK (Yashvant P Kanetkar) Book (India).
Apart from that, to learn specific to Korn Shell Scripting, there is a great Oreilly book available in the market.
http://www.oreilly.com/catalog/korn2/
Hope this helps
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 05:13 AM
01-24-2004 05:13 AM
Re: shell scripting
Look at docs.hp.com for online reading.
Shell programming is included in "shell's: User guide".
http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 06:09 AM
01-24-2004 06:09 AM
Re: shell scripting
I would like to know more about posix shell also can you suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 06:17 AM
01-24-2004 06:17 AM
Re: shell scripting
# man sh-posix
You can also have a look at the "POSIX and Korn Shell" section in the following manual:
http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 10:30 AM
01-24-2004 10:30 AM
Re: shell scripting
Below shell programming handbook, has been
adapted to conform the POSIX syntax.
Unix Shell Programming, Third Edition by Kochan, Stephen. ISBN: 0672324903
http://pdxbooks.com/compare/0672324903
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 11:45 AM
01-24-2004 11:45 AM
Re: shell scripting
There is a chapter on Posix shell in the same document. Read through it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 01:56 PM
01-24-2004 01:56 PM
Re: shell scripting
HP Certified.
Its a good book to have for many reasons.
http://www.amazon.com/exec/obidos/ASIN/0130183741/qid=1074999380/sr=2-1/ref=sr_2_1/104-2371004-8459135
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 04:35 PM
01-24-2004 04:35 PM
Re: shell scripting
1. Fundamentals of the UNIX System
2. HP-UX System Administration
3. HP-US Network Administration
the Author's name is "Rafeeq Ur Rehman"
you should get it..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 04:44 PM
01-24-2004 04:44 PM
Re: shell scripting
The Korn Shell
Unix and Linux Programming manual
ISBN 0210-67523-4
very good real world examples in to start kick ass apps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2004 08:05 AM
01-25-2004 08:05 AM
Re: shell scripting
You can find a lot of good books but maybe yuo can start with an good internet link
about scripting.
http://www.linuxfocus.org/Nederlands/September2001/article216.shtml
Success with scripting
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 01:37 AM
01-26-2004 01:37 AM
Re: shell scripting
here is a link to the PDF of the "Advanced Bash Scripting Guide". bash is available for HPUX, Lunix and Windows
http://tldp.org/LDP/abs/abs-guide.pdf