Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何启用在 tcsh shell 中输入的所有命令的日志记录?
我试过了:
在 shell 中键入命令不会将命令保存在历史文件中。
在我的 .tcshrc 中:
set history=2000 set savehist=(2000 merge)