mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
8 lines
252 B
Markdown
8 lines
252 B
Markdown
# Clear The Screen In psql (2)
|
|
|
|
In [Clear The Screen In psql](clear-the-screen-in-psql.md), I showed how you
|
|
can shell out to the `clear` command as a way of clearing the screen in
|
|
`psql`.
|
|
|
|
It turns out there is an even simpler way. Just hit `CTRL-l`.
|