![]() |
|
|
|
|
|||||||
| 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 |
|
55 | 9.12% |
| /bin/csh |
|
32 | 5.31% |
| /bin/ksh |
|
252 | 41.79% |
| /bin/tcsh |
|
31 | 5.14% |
| /bin/bash |
|
233 | 38.64% |
| Voters: 603. 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 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
|
||||
|
||||
|
What's your most useful shell?
/bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
|||
|
|||
|
I use bash for everything.
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|
#5
|
|||
|
|||
|
Hi Bakunin,
I am using csh and tcsh too. Could you please tell me that how ksh for vi command line edit mode is reliable, stable job control and is great programming language. Thank you. |
|
#6
|
|||
|
|||
|
only bash
and sometimes tcsh
__________________
BLACKWIDOW... |
|
#7
|
|||
|
|||
|
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 The UNIX and Linux Forums |