- 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
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
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
тАО06-12-2010 12:01 AM
тАО06-12-2010 12:01 AM
I am new for the ares of Shell scripting..
Can any one can tell me the link or docs for learning the same from basic.
Thanks in Advance
Madhan.S
Solved! Go to Solution.
- Tags:
- scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2010 12:44 AM
тАО06-12-2010 12:44 AM
Re: Shell Scripting
http://steve-parker.org/sh/sh.shtml
https://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/unixscripting/unixscripting.html
http://www.freeos.com/guides/lsst/
http://www.topbits.com/unix-shell-scripting-tutorials.html
https://supportweb.cs.bham.ac.uk/docs/tutorials/docsystem/build/tutorials/unixscripting/unixscripting.pdf
http://www.unix.com/answers-frequently-asked-questions/13774-unix-tutorials-programming-tutorials-shell-scripting-tutorials.html
http://www.vtc.com/products/Unix-Shell-Scripting-Advanced-tutorials.htm
http://tldp.org/LDP/abs/html/
http://bash.cyberciti.biz/guide/Main_Page
http://partmaps.org/era/unix/shell.html
Please see the attached file also.... for learning Besic unix script....
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2010 01:07 AM
тАО06-12-2010 01:07 AM
Re: Shell Scripting
http://docs.hp.com/en/B2355-90046/ch04s01.html
->HP-UX - Introduction to Shell Scripts
Also there is a link in the page which allows you to download the
entrire content in a PDF file.
http://box.mmm.ucar.edu/computing/doc/guide/ch_2.html
->UNIX - CHAPTER 2: UNIX SHELLS
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2010 01:48 AM
тАО06-12-2010 01:48 AM
SolutionGo through this document with hp-ux,
And that is how you can learn faster,
http://docs.hp.com/en/B2355-90046/B2355-90046.pdf
Book: B2355-90046-Shells User's Guide HP 9000 Computers
- Also a great book: Mastering UNIX Shell Scripting :
http://www.amazon.com/Mastering-Shell-Scripting-Randal-Michael/dp/0471218219
In short you need to learn few thing and put your hands into it:
- Sample program. (write a 5 line script)
Like:
# vi script1.sh
#!/usr/bin/sh
echo "Hello World!"
echo "This is my first shell script"
echo "---------------"
echo "Today's it is : `date` "
#---------------------
- Control Flow.
- Operators.
- Assignment Operators, Logical Operators.
- Looping.
- if then else fi / for do done / case esac / while do done / while /until /
- test operators.
- function.
- formating.
- shell maths.
Also to go advance once you are happy with shell it would be interesting to go with sed and awk along with it.
Chek this out:
- Sed an introduction and Tutorial.
http://www.grymoire.com/Unix/Sed.html
- Also here you can start with awk:
http://www.grymoire.com/Unix/Awk.html
Finally keep hanging around ITRC forum and keep asking question, you will learn many things you don't know right now, this is a great forum, and remember to assign points to all your questions to those who spend their times to answer you.
HTH & Good Luck
Raj,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2010 02:47 PM
тАО06-12-2010 02:47 PM
Re: Shell Scripting
Heiner's SHELLdorado site has some good tutorials and a large number of scripts that will show you a number of techniques:
http://www.shelldorado.com/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2010 10:39 PM
тАО06-13-2010 10:39 PM
Re: Shell Scripting
With regards,
Madhan.s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2010 10:42 PM
тАО06-13-2010 10:42 PM