How to clear the scrollback in the screen command?

后端 未结 7 908
陌清茗
陌清茗 2021-02-01 02:59

I use the screen command for command-line multitasking in Linux and I set my scrollback buffer length to a very large value. Is there a key combination to clear the

相关标签:
7条回答
  • 2021-02-01 04:01

    alias cls='printf "\e[3J\033c"'

    Clears the screen and scrollback buffer.

    0 讨论(0)
提交回复
热议问题