在 TCSH Shell 中启用历史记录
如何启用在 tcsh shell 中输入的所有命令的日志记录?
我尝试过:
- 将 $history 变量设置为 100。
- 将$savehist 设置为 99。
- 将 $histfile 设置为 $home/.history
在 shell 中键入命令不会将命令保存在历史文件中。
How can I enable logging of all the commands entered in the tcsh shell?
I've tried:
- Setting the $history variable to 100.
- The $savehist to 99.
- Set the $histfile to $home/.history
Typing commands into the shell doesn't save the commands in the history file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的 .tcshrc 中:
In my .tcshrc: