- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
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
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
тАО07-05-2000 07:57 PM
тАО07-05-2000 07:57 PM
Shell Scripting
I'm after recommended books and/or web sites to teach me HPUX Shell Programming, pref. Korn, C or Posix.
I'm a novice at scripting and want to learn it quickly, I need examples of scripts more than desciptions of expressions, metacharacters and variables.
- Tags:
- scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 03:17 AM
тАО07-06-2000 03:17 AM
Re: Shell Scripting
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 05:06 AM
тАО07-06-2000 05:06 AM
Re: Shell Scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 05:45 AM
тАО07-06-2000 05:45 AM
Re: Shell Scripting
For ksh, go right to the source and try "The Kornshell, Command and Programming language" by M. I. Bolsky and D. G. Korn, the guy who wrote ksh. There are two versions of this book out there, the newer one describes the new version of ksh with OO features, this is not the one that comes standard on HP so you might want to get the older one.
TTudrej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 08:26 AM
тАО07-06-2000 08:26 AM
Re: Shell Scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 03:50 AM
тАО08-30-2000 03:50 AM
Re: Shell Scripting
Hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 03:51 AM
тАО08-30-2000 03:51 AM
Re: Shell Scripting
Hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 05:00 AM
тАО08-30-2000 05:00 AM
Re: Shell Scripting
UNIX Shells by Example
Ellie Quigley
ISBN# 0-13-460866-6
UNIX Shell Programming
Lowell Jay and Ted Burns
ISBN# 0-471-59941-7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 09:01 AM
тАО08-30-2000 09:01 AM
Re: Shell Scripting
For more info, check the authors website http://www.knking.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 09:45 AM
тАО08-30-2000 09:45 AM
Re: Shell Scripting
Definitely O'Reilly!!!
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 10:54 AM
тАО08-30-2000 10:54 AM
Re: Shell Scripting
But I thought I'd mention there is also a class on this that HP offers.... learning from a book is good - but sometimes having some hands on an someone to show you how to do it really helps when your getting started too !!.
Regards,
....and don't forget to assign pts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 11:58 AM
тАО08-30-2000 11:58 AM
Re: Shell Scripting
Just a side note to scripting. Comment them like crazy! If you ever leave, the next sys-admin will have to understand what you did. Also, next year, you may not remember why you did something.
I have attached a scipt I wrote a while ago, which may help you a bit. While not the best (I was in a hurry writing parts of this) it should get ya goin with functions, variables, redirection, etc. It is the equivalent to Microcrap's "Find Fast Utility", which most of my designers and engineers use to find cad/cam data.
Best Regards,
Shannon
PS. I think it is very rude for anyone to say "...dont forget to assign points". The goal of these forums should be to learn and share knowlege, and not to get brownie points or kiss butt!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 12:07 PM
тАО08-30-2000 12:07 PM
Re: Shell Scripting
I have enjoyed the information on this forum....possibly I'll come back to it sometime....
Once again my apologies ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 12:09 PM
тАО08-30-2000 12:09 PM
Re: Shell Scripting
OK. One I liked for the fact that it gave a quick overview of the Bourne, KSH, C and POSIX shells was HP's "Shells: User's Guide" [available at http://docs.hp.com/hpux/os/ in PDF or HTML format].
I encountered it in hardcopy. It has an easy-to-read format with simple examples covering some of the "guts" of shell programming. I think it's got good value for the beginner, providing an instant comfort level and simple reference.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2000 03:39 AM
тАО09-06-2000 03:39 AM
Re: Shell Scripting
Hope this helps.
Chris