开发者

Enable History Logging In TCSH Shell

How can I enable logging of all the commands e开发者_运维百科ntered in the tcsh shell?

I've tried:

  1. Setting the $history variable to 100.
  2. The $savehist to 99.
  3. Set the $histfile to $home/.history

Typing commands into the shell doesn't save the commands in the history file.


In my .tcshrc:

set history=2000
set savehist=(2000 merge)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜