cygwin clearscreen from bash

前端 未结 7 814
说谎
说谎 2021-01-30 21:00

I want to clearscreen from bash in a cygwin terminal. I have tried

cmd /c cls
echo -e \"^V^L\"
echo -e \"\\014\"

None of these work - they all

相关标签:
7条回答
  • 2021-01-30 21:30

    Or you could try ctrl-L :)

    That should work in most emulated terminals as well.

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