The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 03-22-2008
drl's Avatar
drl drl is offline
Registered User
 

Join Date: Apr 2007
Location: Saint Paul, MN USA / BSD, CentOS, Debian, OS X, Solaris
Posts: 580
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:
Code:
tcsh --version
produces more information.

These also work on FreeBSD and GNU/Linux.

Were you in tcsh when you tried bindkey? ... cheers, drl
Reply With Quote