Comment on Restoring accidentally deleted files on LinuxComments−theamk7yAnother fast way to search for text in binary files is to use "grep -abo" (treat all files as text / print matches only / print file offsets).
Comments
Another fast way to search for text in binary files is to use "grep -abo" (treat all files as text / print matches only / print file offsets).