Hello,
How can I clear the console CLI after I’ve typing some commands ?
Like we do in the terminal with the command clear
Regards,
Lordaker
Hello,
How can I clear the console CLI after I’ve typing some commands ?
Like we do in the terminal with the command clear
Regards,
Lordaker
The console CLI is a linear stream.
You can probably clear the display or window on which it is displayed by using:
! clear
to invoke the Linux shell clear command.
Yes, It work…Thanks @david551