Hello, How could I use python to search for a string in binary files? From the command line, I would do something like this on a Linux machine to find this string: grep -a "Microsoft Excel" *.xls How can I do this in Python?