how to clear in terminal code example
Example 1: clear terminal windows
cls
===============================
will clear the windows terminal
Example 2: clear terminal on windows
; -------------------------------------------------------------------------
; Cntr-L should clear screen
; -------------------------------------------------------------------------
#IfWinActive ahk_class ConsoleWindowClass
^L::
Send cls{Enter}
return
#IfWinActive
Example 3: how to clear terminal
alt + ctrl + L
Example 4: clear terminal windows
cls
//clean terminal only on windows