Introduction to tcsh

Article introduces bash and talks about shells that came before it. A lot of shell users prefer tcsh. It's like the C shell, but tcsh has added plenty of useful features and also fixed some notorious C shell bugs (). In fact, tcsh is so much like csh (except for those ugly bugs) that when we say "the C shell" or csh in this tutorial, we're also talking about tcsh.

In general, tcsh has a lot of the same features as bash. So I won't repeat the list from article . Instead, here are a few differences (from the point of view of a casual tcsh user like me, that is).

tcsh If you've used csh before, and you type more than a few commands a day on UNIX, check out tcsh. It's on the tutorial.

- JP