How to find tcsh shell version info in HP-UX?

Hi,

I need to find tcsh shell version info on several boxes.
I made a script and running on boxes through SSH.
This is what i am doing :

echo /bin/tcsh -c 'echo $version' | ssh "box name"

but i dont see anything.

if i run

/bin/tcsh -c 'echo $version'

on ocal machine i see the version number.

Why so and how can i find version number using ssh.

Please help:)

 ssh "box name" "/bin/tcsh -c 'echo $version'"  

try this order of commands: ssh 'host' 'remote command'

There is no "tcsh" in HP-UX.
The "tcsh" is a rare beast and of little value to anybody bar the enthusiast.
Finding a common shell could be interesting across mixed platforms.