shells and bells
John Chambers
jc at trillian.mit.edu
Wed May 3 20:09:33 EDT 2000
Derek Martin wrote:
On Wed, 3 May 2000, Tewksbury, Chuck wrote:
> 1- should I use 'bash' or 'csh'? A computer wiz friend once recommended
> csh.... not sure i notice the difference or what commands are available in
> csh that arent in bash
It's really a matter of preference, but if your goal is to learn system
administration, or if you want to write shell scripts, then I'd highly
recommend you choose bash. It's mostly Bourne shell compatible and
largely korn shell compatible (though there are numerous ksh features
missing).
This is preferable because a) all boot scripts are written in bourne shell
(or bash on Linux systems) and bourne shell is a better scripting language
than C shell. There are some things that you simply CAN'T do with C shell
that are quite trivial with bourne (and bash).
Though if you are doing anything nontrivial, you are almost always
better off with perl, tcl or python as your "scripting" language. And
perl in particular has become standard on just about all unix systems
since it took over the Web.
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list