Hi.
Here's how I usually find the
tcsh version; this is from Solaris 10:
Code:
$ tcsh -c 'echo "tcsh $tcsh"'
tcsh 6.12.00
Using the usual
GNU/Linux idiom:
produces more information.
These also work on FreeBSD and
GNU/Linux.
Were you
in tcsh when you tried bindkey? ... cheers, drl