我正在使用 Mac OS X 上的默认 python 解释器,并且我Cmd+ K(清除了)我之前的命令。我可以使用箭头键一一浏览它们。但是在 bash shell 中是否有类似 –history 选项的选项,它可以显示到目前为止您输入的所有命令?
Cmd
K
用于readline.get_current_history_length()获取长度,并readline.get_history_item()查看每个。
readline.get_current_history_length()
readline.get_history_item()