- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I'm really poor at scripts- help?
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
05-20-2004 04:53 AM
05-20-2004 04:53 AM
I am really poor at scripting.
Where is a good starting point upto intermediate level?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 05:00 AM
05-20-2004 05:00 AM
Re: I'm really poor at scripts- help?
find tasks that you tediously do everyday and try scripting them for your own use.
I have found the O'Reilly book "Unix in a Nutshell" by Daniel Gilly (ISBN 1-56592-001-5) extremely helpful when the man page confuses the hell out of me about a command.
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 05:03 AM
05-20-2004 05:03 AM
SolutionDon't misunderstand, it's very important that you are at least somewhat proficient in the shell but that's going to occur as a by-product of learning Perl. You will also learn regular expressions so there is really no downside to this and as an added benefit, if you learn Perl, you also have an extremely powerful scripting language for Windows as well.
In any event, O'reilly has some nice books on Perl and the Shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 05:10 AM
05-20-2004 05:10 AM
Re: I'm really poor at scripts- help?
you can find the HP shells user's guide, with a chapter or two on scripting, http://docs.hp.com/hpux/pdf/B2355-90046.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 05:13 AM
05-20-2004 05:13 AM
Re: I'm really poor at scripts- help?
http://education.hp.com
If you have the budget, its a good idea.
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
05-20-2004 05:51 AM
05-20-2004 05:51 AM
Re: I'm really poor at scripts- help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 08:51 AM
05-20-2004 08:51 AM
Re: I'm really poor at scripts- help?
Plus they are things that you just can't accomplish easily with a shell language. So you will be looking for another solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 01:23 PM
05-20-2004 01:23 PM
Re: I'm really poor at scripts- help?
If you want to learn scripting from the shell language, then search itrc.hp.com for sample-scripts. try them and make changes.
once you make a change you own the code, yes, learn from the best, and apply your own changes (sort of your own personal touch, if you like.)
you learn from other script programmers, then you become a better one yourself...
hope this gives you some focus in becoming a better script writer..
best of luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 02:55 PM
05-20-2004 02:55 PM
Re: I'm really poor at scripts- help?
http://www.amazon.com/gp/reader/1565922603/ref=sib_dp_pt/102-0162940-2094521#reader-link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 06:43 PM
05-20-2004 06:43 PM
Re: I'm really poor at scripts- help?
the classical book "The Unix programming environment" (Kernighan and Pike) is a must read reference, there are 3 chapters very interesting about shell programing and filters.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:30 PM
05-20-2004 07:30 PM
Re: I'm really poor at scripts- help?
Whatever book you pick, look for one that comes with numerous and explaned exemples. Shell scripting is pretty readble right away, but script languages that uses regular expression or implicit behaviour can be tricky ! Practice is the best teacher of all ;)
Cheers
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 09:38 AM
05-21-2004 09:38 AM
Re: I'm really poor at scripts- help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 07:54 PM
05-21-2004 07:54 PM
Re: I'm really poor at scripts- help?
What you have to do is start using scripts which are already there. start with shell scripts they are very easy to use and learn also. Then after some time you can start writing simple scripts.
When you keep on writing scripts only you can become an expert. Belive me its not tough to become an expert if you start writing now.
Check this link these are sys admin scritps posted in ITRC. Some of them are complicated and tough just look at them
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51050
I am doing the same thing .
regards,
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2004 06:16 AM
05-22-2004 06:16 AM
Re: I'm really poor at scripts- help?
thanks for the replies
I will look into Perl for sure!
Thanks.