sbt 清屏命令

sbt 清屏命令

问题描述:

我正在学习 sbt 构建工具.我使用解释的 sbt.我运行了大量命令并得到大量输出,这些输出使屏幕变得混乱.

I am learning sbt build tool. I use interpreted sbt. I run lot of commands and get lot of output which clutters up the screen.

问题是用于 sbt 解释性控制台的清除屏幕的任何命令,例如 DOS shell 中的 cls 或 bash 中的 clear

The question is any command for clear screen for sbt interpretive console , like cls in DOS shell or clear in bash

我的谷歌搜索技能没有帮助

My googling skill did not helped

更新:我使用 console2windows power shell

在 bash 中你应该可以使用 Ctrl+L,在 OSX 中你也可以使用 Cmd+K.

In bash you should be able to use Ctrl+L, on OSX you can also use Cmd+K.