标题说明了一切。(当您使用滚轮查看旧命令和结果时)
我肯定不想清除它,因为我丢失的一些数据是在一些旧的回滚中。
答案1
内存中的某个位置或者可能是数据文件中的某个位置~/Library/Saved Application State/com.apple.Terminal.savedState/
。(sudo opensnoop -n Terminal
显示终端访问了哪些文件。)
我不知道如何查看旧标签的回滚历史记录。以下显示了使用C-l
⌘K 清除但未清除的行:
osascript -e 'tell application "Terminal" to history of window 1'