Differences between csh and tcsh

What are the differences between csh and tcsh shells ? In one of the shell scripts csh binary is a soft link to tcsh.

Hi.

On the system I use, tcsh has its own man page, which includes this description:

So if you have that, you can find the differences as noted.

On a Linux system I use, csh is a symbolic link to tcsh. On a Solaris box, they are different (i.e. they have different lengths).

A quick Google search for man tcsh includes an online man page for one version of tcsh at http://www.tcsh.org/tcsh.html/top.html ... cheers, drl