Display & Read Binary File in UNIX & Linux

You can use command strings to display and read any binary file in your UNIX or Linux operating system. From the manual, strings command is used to print the strings of printable characters in files.

As an example, you want to read file ARA which is in binary mode.

strings ARA

You May Also Like

Leave a Reply?