views:

12

answers:

1

for C Shell is there a way to make tab completion for commands, files etc as case insensitive

(i saw complete=enhance env var, but that is only for tcsh, not csh)

A: 

set autolist = ambiguous

set complete = enhance

rrp