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 シェルに入力されたすべてのコマンドのログを有効にするにはどうすればよいですか?
私はもう試した:
シェルにコマンドを入力しても、コマンドは履歴ファイルに保存されません。
私の.tcshrcで:
set history=2000 set savehist=(2000 merge)