如何清除 Octave 中的命令历史记录
How to clear command history in Octave
Octave左下角出现的历史可以用什么命令清除IDE?
在documentation for history
的基础上,可以使用-c
标志清除当前历史记录
history -c
下面的命令会很方便。
clc; history -c
Octave左下角出现的历史可以用什么命令清除IDE?
在documentation for history
的基础上,可以使用-c
标志清除当前历史记录
history -c
下面的命令会很方便。
clc; history -c