Help me to learn about shell script

Hello friends,

I'm newly joined as a sys admin(solaris).I'm very mach intrest in shell scripting.I wont to start the from basic.like ex:-how to find a ipaddress,host id ,or redirect the output ...like this type of small script and how to write those scripts.
Any one give me a link to study the script.

rgds,
Jay

Rjay,
Asking questions on how to get "ipaddress" and "host id" as the
first step to learn shell script could lead some people to believe
that somehow there is a second intention behind it.
This may be the reason why your post was not answered yet.
Why not starting with a shell that prompt and display?

while true
do
  echo "Enter string:"
  read mString
  echo "You entered "$mString
done

This is the easiest way to start learning a language, not trying to
access system information.
Any other questions, let us know.
Good luck.

how can i start my own thread or post?...pls i don mean to interupt ur conversation.

Ananias,
When you go to a specific forum, ie
"Unix for Dummies Question & Answers"
"Shell Programming and Scripting Q & A"
"UNIX for Advanced & Expert Users"
Next to the top of the page, there is a tag "New Thread".
Click there to post a new one.

Hi..,

thanks for your support.i'm asking any study materials or URL link....

Jay