zcat
Alternate to PHP exec() function
Currently I am using开发者_如何学Python: exec(\"zcat $filename\", $output) To uncompress a .Z type file but unfortunately my hosting company has now disabled this function.[详细]
2023-04-07 15:38 分类:问答Using mmap with popen
I need to read in and process a bunch of ~40mb gzipped text files, and I need it done f开发者_高级运维ast and with minimal i/o overhead (as the volumes are used by others as well). The fastest way I\'[详细]
2023-03-15 20:05 分类:问答Why doesn't my Perl pipe to zcat die if the file is not there?
If my gz file does not exist, why doesn\'t it DIE? $ cat test.pl open(FILE, \"zcat dummy.gz |\") or die \"DIE\";[详细]
2023-01-21 16:08 分类:问答find results piped to zcat and then to head
I\'m trying to search for a certain string in a lot of gziped csv files, the string is located at the first row and my thought was to get the first row of each file by combining find, zcat and head. B[详细]
2023-01-09 04:25 分类:问答zcat files in and not in gzip format
I have all my Apache access log files as access.log, access.log.1 access.log.1.gz etc... What I want is to zcat all files in and not in gzip format and pipe them into an X program.[详细]
2022-12-19 03:27 分类:问答