Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Logging 如何在GNU屏幕中增加屏幕日志大小?_Logging_Save_Gnu Screen - Fatal编程技术网

Logging 如何在GNU屏幕中增加屏幕日志大小?

Logging 如何在GNU屏幕中增加屏幕日志大小?,logging,save,gnu-screen,Logging,Save,Gnu Screen,有没有办法增加屏幕日志大小?我不能保存我所有的历史 $ screen -S creed1 $ command1 output command 1... (50 lines) $ command2 output command 2... (200 lines) $ command3 output command 3... (60 lines) $ command4 output command 4... (75 lines) Ctrl+A+H(保存到硬拷贝.0) vim硬拷贝.0仅显示大约最后1

有没有办法增加屏幕日志大小?我不能保存我所有的历史

$ screen -S creed1
$ command1
output command 1... (50 lines)
$ command2
output command 2... (200 lines)
$ command3
output command 3... (60 lines)
$ command4
output command 4... (75 lines)
Ctrl+A+H(保存到
硬拷贝.0

vim硬拷贝.0
仅显示大约最后100行


我想知道这一点,以便与客户保持一致。

您希望在开始记录时执行Ctrl+a+H,而不是在完成记录时执行

我在这里发现out和其他屏幕命令: