1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Include the actual file for the latest til

This commit is contained in:
jbranchaud
2016-04-22 15:44:18 -05:00
parent c2f40353fc
commit c49beb59e4

View File

@@ -0,0 +1,7 @@
# 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`.