Michael Hirsch wrote: > dd if=filename bs=1 count=200 skip=25 > will output the 200 bytes starting at byte 26, I believe. Capture > that output and feed it to grep. I don't know, the problem with this is there could be some unusual characters in that data, newlines, quotes and such that would likely confuse grep. -- Until later, Geoffrey