Clear a terminal screen for real

前端 未结 11 1462
悲哀的现实
悲哀的现实 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:35

    Try reset. It clears up the terminal screen but the previous commands can be accessed through arrow or whichever key binding you have.

提交回复
热议问题