tcsh bash like tab completion
To get file completion within tcsh use Esc. However, hitting Esc will not show you the files available for completion. To get Tab functionality (as in bash), set following variable in ~/.cshrc
set autolist
October 25th, 2012 in
main entries