No CTRL + L shortcut or even command to "clear" the terminal output

Hello everyone,

Is there a command or shortcut in cling like “clear” or “cls” or CTRL + L that will clear the output? The java lang interpreter “jshell” has this function by using CTRL + L just like most terminals.

try .!cls or .!clear

1 Like

OK great! That worked. And now I know that I can basically dereference cling to execute commands from the environment it was launched on. Thanks!

1 Like

I see now in the ROOT Manual that it specifies this functionality. I skimmed over it before and didn’t realize what it meant. My apologies cling, I should have never compared you to jshell… I should have never doubted you

First steps with ROOT - ROOT.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.