Skip to main content

All Questions

Tagged with
3 votes
1 answer
2k views

csh/tcsh Tab Completion with "complete = enhance" Strange Behavior

set complete = enhance is put in .cshrc, and we have two files, test_ab_dd.c and test_abc_dd.c. If I type test_ab_<TAB> in the command line, csh DOES NOT autocomplete to test_ab_dd.c. It ...
allpan's user avatar
  • 33
0 votes
0 answers
207 views

Add trailing slash in csh

How do I get csh to add a trailing slash at the end of tab autocompletion? eg: \stuff \otherstuff now if I type cd s and press tab, I get: \stuff and not \stuff\
harryarchere's user avatar
2 votes
1 answer
2k views

csh: setting command completion for `cd` to show both directories and files

In my csh terminal, when I do: ls tab -- it shows everything in the current directory as a possibility cd tab -- it shows only directories in the current directory as a possibility. If no ...
BluVio's user avatar
  • 155
6 votes
2 answers
10k views

How to enable double tab autocompletion list in csh?

I've worked in Linux before where when I press tab it autocompletes until it becomes ambiguous. If I pressed tab twice at that point it would give me a list of all possible completions. My current ...
greggmi's user avatar
  • 163
1 vote
1 answer
6k views

FreeBSD csh, TAB to show available choices?

How can i configure csh or tcsh to show available choices by pressing Tab twice, just like bash?
pylover's user avatar
  • 3,448