I compared the CTRL+L in the Linux Debian terminal and the cls
in Powershell.
When I pressed CTRL+L, it doesn't really clear the screen, it just prints newlines a few times. But when I type cls
in Powershell, it cleared the screen.
Why isn't the terminal clearing the screen like in Powershell?