shells and bells

Derek Martin ddm at mclinux.com
Wed May 3 17:43:36 EDT 2000


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).


-- 
Derek Martin
System Administrator
Mission Critical Linux
martin at MissionCriticalLinux.com 

-
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