![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
|
46 | 8.30% |
| /bin/csh |
|
29 | 5.23% |
| /bin/ksh |
|
239 | 43.14% |
| /bin/tcsh |
|
29 | 5.23% |
| /bin/bash |
|
211 | 38.09% |
| Voters: 554. 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 |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
ksh, because of its vi-cmdline editing mode, its reliable and stable job control (whoever had to deal with csh knows what i mean) and it's great programming language.
bakunin |
|
|||
|
Quote:
Zsh (which is somewhat related to Ksh) for interactive use is the most powerfull shell and usefull shell in that mode. I use sh and bash for shell scripting. I don't use zsh for shell scripting. --xiddaux P.S I'm not going to place a vote on this thread for obvious reasons. Last edited by xiddaux; 07-26-2005 at 05:00 PM. |
|
|||
|
Quote:
I said, *my* reasons for preferring the Korn shell are: 1) a stable job control: it is reliable (and predictable) to create, handle and remove daughter processes (unlike in csh, IMHO), there is a coprocess facility (which the csh lacks); 2) a grat programming language: Korn shell has a very good, versatile and elegant programming (script) language built in, which I find in every respect better than the csh scripting language. 3) the vi cmdline editing mode: in Korn shell it is possible to switch to a vi-like way of dealing with the command history and repeat/modify commands. I like this behaviour much better than the (again: IMHO) rather clumsy "!" and "!!", ... the csh features. If you feel better with the csh (or any other shell): great, I have no problems with that. Still, I would like to point out, that I would greatly appreciate you having equally no problems with *my* decision about *my* working environments. Thanks. bakunin |
|||
| Google UNIX.COM |