diff --git a/postgres/clear-the-screen-in-psql-2.md b/postgres/clear-the-screen-in-psql-2.md new file mode 100644 index 0000000..50f6a14 --- /dev/null +++ b/postgres/clear-the-screen-in-psql-2.md @@ -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`.