清除终端中最近命令的历史记录

Raw*_*w N 3 command-line bash bash-history

如何清除终端中最近命令的历史记录,以便我无法使用向上向下箭头键滚动它们?关闭并重新打开终端似乎并没有清除历史记录。reset命令也不行

duf*_*fte 5

如果bash您可以简单地删除~/.bash_history.

以下应该这样做:

> ~/.bash_history
Run Code Online (Sandbox Code Playgroud)