Clear a terminal screen for real

前端 未结 11 1446
悲哀的现实
悲哀的现实 2020-11-30 15:48

Using the clear command on the terminal only fools the user into thinking the screen has been cleared...you can still see output from the previous commands when

11条回答
  •  独厮守ぢ
    2020-11-30 16:29

    Just to add that tmux scroll buffer does not clear with clear, reset or printf. You need to :clear-history. See link.

提交回复
热议问题