Re: Cleaning linux console



Georgi Kehaiov wrote:

How can I clean the current linux console line if I have already typed
something.

ctrl-c does not clear the current line <...>

ctrl-u does the trick. Also ctrl-a (moves the cursor to the beginning of

As Dave said, this doesn't work if you are middle in the line ;)

(I correct my typo BTW: clear = clean entire screen)
.