Anish
Anish

Reputation: 155

How do i clear Screen on AGENS command line

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?

Upvotes: 0

Views: 63

Answers (4)

fahad ullah
fahad ullah

Reputation: 7

You need to use this command to clear the screen.

 \! clear

This is linux based ubuntu cli.

Following with agens=#

Upvotes: -1

Haseeb mahmoud
Haseeb mahmoud

Reputation: 1

You can use this command to clear the AGENS command line

\! clear

Upvotes: -1

Anish
Anish

Reputation: 155

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

agens=# \! cls

Upvotes: 0

GyeongSu Karl Jeong
GyeongSu Karl Jeong

Reputation: 86

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.

Upvotes: 0

Related Questions