Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make clear screen of cmd in sqlite3?

Tags:

sqlite

I did not find any command to make clear the cmd screen. I am working on SQLite.

Any command available in sqlite3 to make this clear.

There is lot of rush on the cmd screen.

I tried to find out by .help command but there is nothing.

I am working on WINDOWS.

like image 468
Monty Avatar asked Feb 17 '23 18:02

Monty


1 Answers

When you write .shell you can then write any cmd command example: .shell cls

like image 138
Dandan Millatiner Avatar answered Apr 02 '23 07:04

Dandan Millatiner