How to Clear the Terminal Screen in Ubuntu

·

1 min read

If you’ve ever found yourself staring at a cluttered Ubuntu terminal screen and wanted to start fresh, well, clearing the terminal is actually quick and easy. There are a few ways to do it, so let’s dive in.

The most straightforward way to clear the screen is by using a simple command: just type clear and hit Enter. This command will give you a nice, blank slate to work with. It's like hitting refresh on your terminal without closing it entirely.

Alternatively, you can use the keyboard shortcut Ctrl + L. It works just like the clear command but a bit quicker if you’re in the middle of your flow. That's 2 strokes on the keyboard than 6.

Worked? Have a better way? Share in the comments!