This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What is mysql clear screen command in windows.?
mysql> !\ clear
mysql> !\ cls
mysql> system cls
mysql> system clear

These are not working... I searched on the web but couldn't find the satisfactory answer.

mysql

Hello SSV!

We believe that this post does not fit the main topic of this site.

unrelated to bioinformatics

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

It has an answer already, so it won't be deleted.

1 answer

Unfortunately, the consensus seems to be that there is no way to do this on Windows. See http://stackoverflow.com/questions/2514914/how-do-i-clear-the-mysql-screen-opened-through-the-mysql-command-line-client.

Also, above you wrote !\ clear, but I think what you meant to try was \! clear.

Thank you.. In that \! clear also I tried. It's error Unknown command '\'.

Log in to answer this question.