how to clear your command terminal in windows 10 code example
Example 1: clear terminal windows
cls
===============================
will clear the windows terminal
Example 2: clear terminal windows
cls
//clean terminal only on windows
cls
===============================
will clear the windows terminal
cls
//clean terminal only on windows