这是一个纯文本文件,显然限制为 300 行。我经常在我的系统上使用tee
。
$ file .tee_history
.tee_history: Unicode text, UTF-8 text
$ wc -l .tee_history
300 .tee_history
$ tee --version
tee (GNU coreutils) 9.3
我对历史没有任何用处。是否可以轻松禁用此日志记录,或者定期截断 ( > .tee_history
) 或删除文件是最明智的解决方案?