How to reset the screen terminal output?
Sep 29, 2009 - by kurinchilamp / / Post Comment
You might have come across instances like trying to print or output the content of binary files or similar instances when the screen spews out unreadable set of characters which then would disrupt the normal display of characters.
"stty" is the command that is used to reset your screen content.
$ stty sane
Continue Reading