From c49beb59e4a92376a69a60064aaf1272c02fbe5b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 22 Apr 2016 15:44:18 -0500 Subject: [PATCH] Include the actual file for the latest til --- postgres/clear-the-screen-in-psql-2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 postgres/clear-the-screen-in-psql-2.md 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`.