![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Shell Question: how to print the shell script name ? | meili100 | UNIX for Dummies Questions & Answers | 3 | 07-01-2008 10:55 AM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-11-2006 11:27 PM |
| How to run unix commands in a new shell inside a shell script? | hkapil | Shell Programming and Scripting | 2 | 01-04-2006 03:56 AM |
| how to convert from korn shell to normal shell with this code? | forevercalz | Shell Programming and Scripting | 21 | 11-22-2005 11:18 PM |
| simple shell - how to get a parameter typed in a shell script | cmitulescu | Shell Programming and Scripting | 3 | 12-05-2001 12:04 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I started learning little bit on UNIX, as I have no UNIX background.(I am still waiting for some one to guide me for my query, please see my earlier posting.).
The problem is that there are many flavours of shell scripts, which one is the most common and "wise" to learn? Also, could some one tell me as it is kind of pre-requisite to have a good knowledge of C language to learn shell programming? And lastly, can we have shell in Linux? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
(1) All UNIX environment have shells, including Linux.
(2) C programming is not required for shell programming. (3) There is no 'best shell', just like there is no 'best icecream'. Which shell you use is simply a matter of personal choice. C, KORN (K), BORNE (SH), BASH, etc. they all provide command line access to the UNIX environment. (4) I use ksh (korn shell) today and have for 15 years. I like ksh shell features and power. (5) I use vi on the command line in ksh to increase spead and power on the command line. |
|
#3
|
|||
|
|||
|
tcsh
And I'm a TCSH guy.
I think it and its ancestor CSH are more popular then KSH. Anyway I use it for 10 years , and love it's command line EMACS style keys It really is a matter of taste and probably what you got used to on the first time... Hezki |
|||
| Google The UNIX and Linux Forums |