Autocomplete in CSH

Hello All,

For some reason when I press the tab key, it does not auto-complete the command I am entering.

Say for example I have directories lab1,lab2,lab3 in /home/user/. When I start typing "cd /ho .." it will not auto-complete it to "/home/" and so on.

I am using CSH. How can I enable that feature?


Thanking you all for your time and help,

atwinix
 
Use tcsh instead of csh. IIRC tcsh has a few options turned on by default whereas csh doesn't.
 
In FreeBSD csh is only a hardlink to tcsh:
Code:
-r-xr-xr-x  2 root  wheel  361912  7 Jan 18:53 /bin/csh*
-r-xr-xr-x  2 root  wheel  361912  7 Jan 18:53 /bin/tcsh*
 
Back
Top