• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Unix and C Shell

htmlmasterdave

Golden Member
I'm using putty to ssh to a SunOS 5.8 machine using C shell, and I was wondering if it's possible to have autocomplete like in linux where you hit tab and it will complete your command as far as it knows how?

TIA 🙂
 
It's possible, but it's been a long time since I did it. My book said that "set filec" should do it, except that the completion key is Esc instead of Tab. But that didn't seem to work. Definitely possible, though.
 
cst@tau~% uname -a
SunOS tau.ece.cmu.edu 5.8 Generic_108528-15 sun4u sparc
cst@tau~% env |grep SHELL
SHELL=/usr/local/bin/tcsh

tab completion works in tcsh. Any reason you need to use csh instead?


 
set filec is what you need...now I dont know if you need to set it too something out what but that sould be it.
 
Back
Top