I need to use the c shell (tcsh) on a remote box.
At the moment I’m ssh ing in
$ ssh remote
and then starting the shell
jla@remote$ tcsh
(then I get a new prompt, and can use it interactively)
How do I do that with a single command (or from a script)?
This should work: