• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

learning a shell: korn or bash?

DWW

Platinum Member
Well I'm embarassed to say this but I'm a C coder who uses FreeBSD and I don't know squat about shell scripting besides the utmost basic tasks heh.

I'd like to know which shell, korn or bash I should take up learning.

It seems like bash is the most popular? (thus more widely available and better to learn I'd think?)
 
Originally posted by: NoSkillz
I suggest bash....or just c-shell

methinks c-shell would be easier to learn & retain coming from my background 🙂

care to say why do you suggest bash though?
 
i like bash ... i like the ability to hit the up arrow key to get the last few commands you typed in.
can other shells do this?

but yes ... learn perl or pyhton
 
i was in your position too, at work everyone uses ZShell as it seems to be a developer friendly shell. i would reccomend that
 
Originally posted by: kalster
if you aer going to learn basic shell scripting, i dont think it matters which one you try stuff on

With all things, I think I'd like to learn it well and with advanced abilities 🙂
 
Originally posted by: Ameesh
i was in your position too, at work everyone uses ZShell as it seems to be a developer friendly shell. i would reccomend that

I thought for sure you'd recommend DOS... 😉
 
I haven't really been keeping up with the progress of each of the shells, but zsh pretty much did everything that both bash and ksh do last I checked, so if you have to learn one, zsh is probably the most powerful and most flexible.

I use bash because I don't do anything too complex with shell scripts on my box, so it really doesn't matter what shell I use..............
 
Back
Top