clear on psql shell code example
Example 1: kill local host bash
npx kill-port 8080
Example 2: clear screen command in psql
//for linux
\! clear
// for window
\! cls
npx kill-port 8080
//for linux
\! clear
// for window
\! cls