![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
| View Poll Results: What's your most useful shell? | |||
| /bin/sh |
|
53 | 9.01% |
| /bin/csh |
|
31 | 5.27% |
| /bin/ksh |
|
247 | 42.01% |
| /bin/tcsh |
|
31 | 5.27% |
| /bin/bash |
|
226 | 38.44% |
| Voters: 588. You may not vote on this poll | |||
|
|
||||
| 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 |
| How to Start a Shell as Login shell instead of ordinary shell | Sivaswami | Linux | 3 | 07-01-2008 10:52 AM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-11-2006 11:27 PM |
| how to convert from korn shell to normal shell with this code? | forevercalz | Shell Programming and Scripting | 21 | 11-22-2005 10:18 PM |
| simple shell - how to get a parameter typed in a shell script | cmitulescu | Shell Programming and Scripting | 3 | 12-05-2001 11:04 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
Shell features Compare
Bourne Shell --Very old Shell,not that many Functionalities
C shell -- No VI Command line editing ,follow C rules. Korn shell -- Have features of both Bourne and some of C, and has Powerful VI Command line Editing. bash Shell -- Have all the features including Command line editing ,substitution commands Mostly Developers prefer ksh. Thanks Uday |