[Shell] Viewing a binary file: Terminal illegible

Last update on November 18, 2008 07:29 AM by netty5
Published by netty5

[Shell] Viewing a binary file: Terminal illegible






When you unintentionally display contents of a binary file (e.g. cat /bin/mount | more), it may happens that the terminal displays characters which are not printable, causing the display of totally unreadable special characters.
In such cases, if a CTRL-L is not enough simply type:

echo [CTRL]+v [Esc] c [Enter]
Best answers for « Viewing a binary file: Terminal illegible » in :
Parsing a binary file in PHP Show Parsing a binary file in PHP When using low level languages like C or Pascal, it is a common procedure, to data in a binary file (a record that can't be translated into text). Using C language, suppose you want to save the value...
The option to display hidden files and folders has disappeared ShowThe option to display hidden files and folders has disappeared Under Windows XP, you may lose the options that allows you to view files and cookies. This is usually due to changes in the register caused by a virus or malicious software on...
Create and Open a RAR file ShowCreate and Open a RAR file *How to create a RAR file *How to open a RAR file RAR is an archive file format that is used during data compression, error recovery and file spanning. RAR is the acronym for Roshal Archive, inspired by...
Recovering lost files ShowRecovering lost files Summary Preconditions Under Windows Freeware PC Inspector File Recovery Restoration Hand Recovery Undelete Plus SoftPerfect File Recovery Photorec&Testdisk Instruction for application Notice Under...
Download Hidden Utilities XP ShowHidden Utilities XP allows you to access over 200 utilities that are not readily accessible to the user. Information systems, diagnosis, repair tools, utilities and Windows command lines are easy to open and many more. Advantage Hidden Utilities...
Binary encoding ShowIntroduction to binary In the late 1930s, Claude Shannon showed that by using switches which were closed for "true" and open for "false," it was possible to carry out logical operations by assigning the number 1 to "true" and 0 for "false." This...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...
Uuencode/Uudecode ShowUuencoding UUencode encoding (a contraction of Unix-to-Unix encode) is an algorithm for converting 8-bit binary data into a 7-bit format. Uuencoding was originally created for sending binary files using the email protocol uucp. The uucp system...