Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Cleaning the command line (like `ESC` in Windows)

Writer Olivia Zamora

When have the garbage in the command line, I can simply hit escape and it is cleaned. Nothing happens in Linux. What is the corresponding command? Backspace over the whole string is boring and stupid.

I would like to crosspost to both linux and unix forum, since I think this applies to both.

2 Answers

You could use

ctrl+l

to clear your screen. Or

ctrl+u

to clear the line before your cursor. Or

ctrl+c 

to abort your command.

2

Use reset to clear the terminal all the way up.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy