Different type of Shells


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Different type of Shells
# 1  
Old 10-08-2002
Different type of Shells

Hello every body
iam new to UNIX and shell scripting and i would like to know the different type of shells.
And also i would like to know the reason for Shell scripts

And tell me which will be the best site for UNIX beginners.

Regards
Sivam.

Smilie
# 2  
Old 10-08-2002
Unix administrator can help me in this regard
# 3  
Old 10-08-2002
i would be happy to point you in the proper direction. Here are some great steps that will help you in the unix world.

1) when you are new to unix try posting in the "Unix for dummies" section.

2) "to get help is to help yourself" remember this quote. i know your asking how do i do that. in this case you could have done a search on the site for "different type of shells" or "UNIX beginners"

3) A quick search on google turns up a great variety of information such as "Introduction to Unix Shells and Shell Scripts" and all i searched for was "different type of shells + unix"

the one question i can answer for you is why we use shell scripts. its to speed up and have a less chance for error a repetative routine that we dont want to do by hand.
# 4  
Old 10-08-2002
Thanks very much optimus for giving support ....

and one question where the shell scripts get executed in UNIX O/S
# 5  
Old 10-08-2002
sivhard,

Here are a few websites that should get you started:

UNIX (General)
http://cm.bell-labs.com/cm/cs/who/dmr/ - Dennis Ritchie's homepage (one of the founders of UNIX). Good information on origin and history of UNIX.

http://docs.rinet.ru:8080/UNIXs/toc.htm


UNIX (Shell Scripting)
http://unix.ittoolbox.com/nav/t.asp?t=393&p=393&h1=393


UNIX (System Admin)
http://www.astro.uni-frankfurt.de/~R...sysadmin.shtml - an extensive collection of system admin links

http://wks.uts.ohio-state.edu/sysadm.../sysadm-1.html


I hope these help!


Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
# 6  
Old 10-08-2002
Thanks for the reply biker
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Please what are shells?

I mean like this: http://shells.red-pill.eu/ Can anyone explain how this works? I hope my post is not spam. I think its related to linux. Thank you (1 Reply)
Discussion started by: postcd
1 Replies

2. UNIX for Dummies Questions & Answers

Shells

Lets say my default shell is bash and then i load up csh and then ksh. How would i exit csh without exiting ksh? so basically i gone from bash > csh > ksh and i wish to close csh (2 Replies)
Discussion started by: Bill Thompson
2 Replies

3. Shell Programming and Scripting

Difference between shells

ple tell me What is the diff between ksh,sh,bash and csh (1 Reply)
Discussion started by: Boby120677
1 Replies

4. UNIX for Advanced & Expert Users

why we have different shells?

Can you pls. tell me, why we have different shells in UNIX OS ( Eg. SunOs) and also I would like to know what is the specific difference b/w SVR and BSD ? Thanks. (2 Replies)
Discussion started by: shahnazurs
2 Replies

5. UNIX for Dummies Questions & Answers

How do I know what type of shells are available in my Unix system?

How do I know what type of shells are available in my Unix system? Are there a single command or environment variable that can let me find that out? Best regards, John Chan (7 Replies)
Discussion started by: shuhang2
7 Replies

6. Programming

array type has incomplete element type

Dear colleagues, One of my friend have a problem with c code. While compiling a c program it displays a message like "array type has incomplete element type". Any body can provide a solution for it. Jaganadh.G (1 Reply)
Discussion started by: jaganadh
1 Replies

7. Shell Programming and Scripting

String type to date type

Can one string type variable changed into the date type variable. (1 Reply)
Discussion started by: rinku
1 Replies

8. Shell Programming and Scripting

Different type of shells?

Hello there, i just want to know what are the different type of shells and the main difference betwee them. The problem is that if you try to search over the net you will find a lot of information and hence you will have no enough time to read all of them.....Anyone can help with this?? (1 Reply)
Discussion started by: charbel
1 Replies

9. UNIX for Advanced & Expert Users

Shells

I have came across the definitions of these shells korn bourne c etc .. but honestly till now i din't get the exact difference between these threes , the advantages ..... can anyone pinpoint me where it actually lies ..... don;t include me answers like aliasing in c is posible and not in bourne ..... (3 Replies)
Discussion started by: dino_leix
3 Replies
Login or Register to Ask a Question