https://bugs.kde.org/show_bug.cgi?id=403877
--- Comment #3 from Jack <ostrof...@users.sourceforge.net> --- That's very strange. zgrep knows the file is compressed, uncompresses it, and passes it to grep. I don't know how, but it looks like your file might be double compressed. Can you try "file peter.kmy" to see what it says? You might then also try (as sequential commands) "cp peter.kmy x.gz" "gunzip x.gz" "file x". that x SHOULD be a plain ascii xml file. If file says it is gzip compressed, then you can try "zgrep A000083 x" and we can go from there. -- You are receiving this mail because: You are watching all bug changes.