How can I hook into tcsh's TAB completion on Linux?

From the manpage: the complete builtin command can be used to tell the shell how to complete words other than filenames, commands and variables might get you started.

I do not know how to program in tcsh. But if you can, then you could look at the file named "bash_completion" from the archive (find the download link here. ) On line 1673 begins CVS completion code - and this might be portable to csh if you are familiar with the differences between bash/tcsh.

On my ubuntu machine, there is also a section for SVN completion (in /etc/bash_completion) that doesn't seem to be present in the maintainer's archive.

That's not Ubuntu-specific behavior, it's the bash-completion project. You could use that, if you can switch from tcsh to bash.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions