LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   2005 LinuxQuestions.org Members Choice Awards (https://www.linuxquestions.org/questions/2005-linuxquestions-org-members-choice-awards-69/)
-   -   Shell of the Year (https://www.linuxquestions.org/questions/2005-linuxquestions-org-members-choice-awards-69/shell-of-the-year-409059/)

jeremy 01-28-2006 03:36 PM

Shell of the Year
 
A new category this year.

--jeremy

MensaWater 01-29-2006 09:23 AM

What gives? I come to this post and it says "thanks for voting" even though I didn't vote or even see a poll?

jeremy 01-29-2006 11:03 AM

Voting hadn't been opened yet.

--jeremy

scuzzman 01-30-2006 12:59 AM

Most definitely Bash...

ALInux 01-30-2006 12:48 PM

Eterm..Xterm..Aterm....?

anticapitalista 01-30-2006 12:54 PM

For the language BASH

For the terminal aterm.

reddazz 01-30-2006 01:42 PM

I think bash will win this one because many people don't seem to experiment with other shells. Anyway my vote goes to zsh because its tab completion features are just awesome.

Tinkster 01-30-2006 01:42 PM

Quote:

Originally Posted by ALInux
Eterm..Xterm..Aterm....?

How are these shells? What do they display if there's
no actual shell installed on your system? ;}

Kensai 01-30-2006 03:16 PM

Bash until I use something different.

KimVette 01-30-2006 11:53 PM

Paris Hilton (she's a shell of a person after all the coke and guys she's had) :D

Sorry, I couldn't resist!!

XavierP 01-31-2006 05:20 AM

KimVette - c'mon, you know better than that. For everyone, before posting ask yourself the following question: am I adding to the thread by posting my words and are my words useful in the context of the thread?

progster 01-31-2006 08:47 AM

zsh is trully the best of breed :)

sundancekid 01-31-2006 06:17 PM

Never bothered installing other shells than bash

kesara 02-01-2006 06:14 AM

nothing else like bash;)

sc425000 02-01-2006 08:17 AM

bash the last answer

Weedman 02-01-2006 08:35 AM

until i experiment in that area, bash.

have used zsh, and like it but i havent used it alot.

/weed

anglerud 02-01-2006 09:07 AM

I love zsh's right-prompt, and I'd use it (again) in a minute, if I could just figure out how to get zsh to do a reverse search with the already entered line instead of 'previous history entry' for arrow-up.

I just can't live without it in my shell (bash) and my vim. Oh, in case anyone *doesn't* have it enabled. Try this in your .inputrc:
"\e[A": history-search-backward
"\e[B": history-search-forward

Then, start a new term - enter:
ls<arrow up>
and only the commands starting with ls get displayed.

KimVette 02-01-2006 10:57 AM

Quote:

Originally Posted by XavierP
KimVette - c'mon, you know better than that. For everyone, before posting ask yourself the following question: am I adding to the thread by posting my words and are my words useful in the context of the thread?

*grin* Good point!

Widgeteye 02-01-2006 02:13 PM

Quote:

Originally Posted by KimVette
Paris Hilton (she's a shell of a person after all the coke and guys she's had) :D

Sorry, I couldn't resist!!


Quote:

__________________
Helpful hints (not directed at anyone in particular, just the guilty parties ):
* Try searching. You will probably find your question is already answered multiple times - and get the answer you are looking for right away -- instant gratification!
* Read the stickies
* Want to know which distro is right for you? Try several. Check out distrowatch.
* Want people to take you seriously? If you mean "you" type "you" not "u." Drop the 1337 5p34k. (see http://www.catb.org/~esr/faqs/smart-questions.html)
* it is always better to post in an existing thread than to start a new one.
* Make your topic's title descriptive of the issue
* did you RTFM and STFW?
* Did you solve your problem? Please post back and let us know.
* Don't use "help" or "urgent" in your title



While we're speaking of rules:

RFC 1855: calls for 4-lines @ 75-characters-per-line "signature" block added by the sender of a post.

YOU are breaking RFC rules by having that humongous Sig of 12 lines. It should be a post rather than a sig.


Have a nice day.

diilbert 02-01-2006 02:15 PM

Bash for me

KimVette 02-01-2006 02:23 PM

Quote:

Originally Posted by Widgeteye
While we're speaking of rules:

RFC 1855: calls for 4-lines @ 75-characters-per-line "signature" block added by the sender of a post.

YOU are breaking RFC rules by having that humongous Sig of 12 lines. It should be a post rather than a sig.


Have a nice day.

If this were email you might have a point where the RFC is concerned.

Have a nice day. :D

PcManiac 02-01-2006 02:34 PM

BASH maybe becuase that is all I have used...

Zalfarienty 02-01-2006 08:18 PM

Yeah BASH BASH BASH BASH BASH BASH !

Go for BASH BASH BASH BASH BASH !
Can I get a BASH BASH BASH BASH BASH BASH BASH !

:cool: :cool: :cool: :cool: :cool:

NomadX 02-01-2006 08:22 PM

csh ... never tried zsh, maybe I'll take a look this weekend when I've more time..

bogoda 02-01-2006 08:32 PM

Ya it should be bash

Isle 02-02-2006 08:37 AM

Bash.The only I have used.

jaboua 02-02-2006 09:52 AM

I use bash on linux, and tcsh if I'm on *BSD

MensaWater 02-02-2006 10:32 AM

I prefer ksh. First off its available on Unix out of the box and secondly all my scripting knowledge is based on it (i.e. I'm just too lazy to think learning bash differences is worth the time - for anything more sophisticated than ksh I'd likely do Perl.)

Typically I'll install it on my Linux distros rather than use bash.

My initial reluctance to using bash came from the fact it didn't use esc-k for command lookups but since one can do "set -o vi" to make it do that its now just inertia. :rolleyes:

Worksman 02-02-2006 10:52 AM

my vote for bash
 
Bash for me! I've only used bash so far and I think it's quite powerful. I don't know what features other shells have but I'm somehow sure bash has them too, it's probably just in another form or slightly different.
Why is bash used by default in most distro's anyway?
If people prefer bash and keep moving to bash then surely it will evolve to the users demands.
It would be nice to exist a universal shell and of course features from other shells can be borrowed.
I think it is not that some shell is better because people that made them have great ideas, it is that they don't all work together.
These wore my thoughts. If you think it's all crap then just consider I vote for bash.

Guimauve2 02-02-2006 12:42 PM

Bash! (What else?)

peter_89 02-02-2006 02:53 PM

I'd say Korn.

ssrsvce 02-04-2006 12:34 AM

Bash Best Ever

dpradeep 02-04-2006 12:55 AM

Bash obvious

segin 02-04-2006 08:51 AM

all worship the mighty bash!

bulliver 02-05-2006 03:21 AM

I'll bash you!

Seriously, zsh is really cool, but I still find myself using bash all the time.

mjjzf 02-07-2006 02:09 AM

My experience with others beside the Bourne-Again Shell is insufficient for a reasonable reply, so I won't answer this one.

Tinkster 02-07-2006 11:36 AM

Quote:

Originally Posted by KimVette
If this were email you might have a point where the RFC is concerned.

Have a nice day. :D

88 character post, 754 sig ...

I definitely think he has a valid point ;) Your ratio is quite bad,
validity of RFCs on forums aside.


Cheers,
Tink

thothonegan 02-07-2006 08:14 PM

fish shell? roo.no-ip.org/fish

cincindie 02-11-2006 06:41 PM

Started off with sh, then csh, tcsh, ksh, zsh and lastly bash for the past few years.

SkyEye 02-12-2006 02:36 PM

bash makes a sys admins life easy, both usage and scripting. Haven't come across anything more powerful yet.

clceline 02-15-2006 01:26 AM

For a Lxer,of course,bash!Because many distros use bash for default,and it is easy to use and script.

dns21 02-15-2006 03:29 PM

Quote:

Originally Posted by KimVette
Paris Hilton (she's a shell of a person after all the coke and guys she's had) :D

good lord that was cheesy. You're a punny person.

Snap!
Quote:

Sorry, I couldn't resist!!
[/QUOTE]
...neither could I :-)

magicxx 02-15-2006 04:27 PM

KDE all the way for me :) Like others on here, I have tryed so many different window managers, and none of them have grabbed my full attention.:eek:
You can make any window manager look pretty, but when it comes down to usability - KDE is on top of my list. :cool:

Damn :tisk: I could of sworn i posted this on another poll ignore this post sorry:(

danex50 02-16-2006 01:45 AM

Definitely Bash

glebovitz 02-16-2006 08:29 AM

silly shell question
 
Okay, this question is like trying to compare a model T ford, stutz-bearcat, '55 T-bird, '67 vet, and a '71 mustang with a 2006 BMW 500 series. Of course Bash is the best shell. It is the newest and most complete of the shells. Maybe it has something to do with it being the standard shell of Linux, the most popular of the UNIX like OSes.

beji 02-16-2006 08:46 AM

BASH i'm still a newbie but get on it ;)

Zsub 02-16-2006 09:21 AM

bash. First thing I started when SuSE finished installing :)

pentalive 02-16-2006 01:39 PM

How do Bash and Zsh differ?

MensaWater 02-16-2006 01:59 PM

See:

http://zsh.sunsite.dk/FAQ/zshfaq02.html#l14

The section "Similarities to bash" talks about that and some differences.

One difference they didn't mention there:
One starts with the first 2 letters of the alphabet and the other starts with the last letter of the alphabet. :D

darthtux 02-19-2006 06:05 AM

bash is definitely the best :cool:


All times are GMT -5. The time now is 08:34 PM.