How do i clear Screen on AGENS command line

66 Views Asked by At

How do i clear screen on the AGENS Command Line ?

I tried using the following command

cl scr
clear screen
clear
cls
Ctrl + L

and most i could think of. Can you please help me?

4

There are 4 best solutions below

1
On BEST ANSWER

I just found that the code to clear the screen in agens is:

agens=# \! cls
0
On

I am not sure I get your question correctly, but I assume that you are trying to clear the console command.

If what I understand is correct, you may try the following command :

agens=# \! clear

It is just same as what we do in pg console.

0
On

You can use this command to clear the AGENS command line

\! clear
0
On

You need to use this command to clear the screen.

 \! clear

This is linux based ubuntu cli.

Following with agens=#