Skip to content

Try our new Crash Courses!

Buy one of our new Crash Courses, now hosted on Teachable.

Clear screen – Terminal

Summary

To clear your terminal screen, enter the following command:

clear

Details

The above command will clear the text on your terminal screen. You can still see what was on your terminal screen before by scrolling up.

Exercises

Try the following command in your project folder:

clear
Back to: Terminal Reference > Terminal Basic Commands