# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2000-02-15:3 -+- UNIX Basics -+- Resetting your terminal/shell window -+- guido.s@writeme.com -+- Guido Socher -+- http://www.oche.de/~bearix/g -+- email -+- English -+- -+- Mozilla/4.7 [en] (X11; I; Linux 2.2.10 i586; Nav) -+- 4199 When accidentally doing a :
cat /bin/somefile_binary
you can end up with a "broken terminal". The binary file may possibly contain characters that put a terminal into a mode where the output becomes unreadable. To put the terminal back to normal you can type
/bin/echo -ne "\017"
To make it easier you can put this into a small shell script and call it kscreen. When your terminal is again in this funny mode you just type blindly kscreen and it is back to normal.