Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2000 16:27:49 -0700
From:      David Johnson <djohnson@acuson.com>
To:        "David J. Kanter" <djkanter@northwestern.edu>
Cc:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: Bad Shells and the People Who Love Them...
Message-ID:  <3974E7F5.1A02E214@acuson.com>
References:  <20000718175345.A95605@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
"David J. Kanter" wrote:
> 
> I'd like to learn a shell fairly well and chose csh because it's in the base
> FreeBSD system (a little graybeard character) and I found good documentation
> on it written by William Joy. But I've read some things that it's a "bad"
> shell.

If you are not writing shell scripts, or if they all will be quick and
dirty five-liners, then it really doesn't matter what shell you use as
long as you like it.

But when you start writing real scripts, stick to vanilla sh or csh (not
bash or tcsh) for your user scripts, and stick with just sh for system
scripts. This doesn't mean to throw out bash or tcsh (well okay, you can
throw out bash :-) ), but just make sure that any scripts you write
follow the sh or csh subsets.

David


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3974E7F5.1A02E214>