我刚刚学会了cdpath
在tcsh
而且它看起来非常有用。
但是,似乎没有自动完成子文件夹名称的功能。有什么技巧吗?这真的很酷,因为我经常进入某些目录。
我正在使用tcsh
6.14.00 (Astron)。
答案1
我在 Debian Jessie 下使用 tcsh 6.18.01-3,并且可以通过 TAB 键完成文件,其方式与在 bash 下相同。
您能升级到新版本吗?
还:https://kb.iu.edu/d/aids建议您只使用 TAB 键。不要使用 ESC 键。
答案2
在 .tcshrc 中尝试这个:
set autoexpand
按照https://unix.stackexchange.com/questions/19256/tab-autocompletion-and-history-in-tcsh
或者
set expand-glob
仅适用于文件