I know about the very useful “strings” command. It will print all the printable strings in a binary file. But what I want is a command that will tell me the location (in bytes or whatever — I’ll take anything.) of a string in a binary file. Is there a way to get this in Linux? Answer The strings command