I have a big GZ file ("Turtle RDF" file) (about ~15Gb compressed, ~88 uncompressed), and I need to know if there is a solution with PHP to find the lines whoes contains specific string.
I found this solution by zerkms but my dev environment is Windows. I tested gzopen
, gzgets
, gzread
but I cannot find how search in the file and keep some performances at the same time.
Thanks for your help!