Strings
From DikapediaV2
strings - print the strings of printable characters in files.
The strings command extracts and prints the printable character sequences (strings) found within a file. It is often used to inspect binary files, object files, or other non-text files to find human-readable text embedded within them.
sudo strings <some_file>