Possible Duplicate:
How to correct the unrecognizable code in my debian?

I printed the contents of a file(/var/log/wtmp) with non-ascii characters in my Bash console, which caused my console to now display garbled characters.

How to I reset my console?

link|improve this question
feedback

closed as exact duplicate by Gareth, random Sep 23 '11 at 14:19

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Try reset.

(You can read the wtmp database with who, last or utmpdump.)

link|improve this answer
Thanks, exactly what I needed. – David Pole Sep 22 '11 at 15:06
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.