zcat iterate

This commit is contained in:
John Kerl 2015-12-13 18:10:17 -07:00
parent 9a47e065bd
commit 8d45f170ce
2 changed files with 2 additions and 0 deletions

View file

@ -725,6 +725,7 @@ cli_opts_t* parse_command_line(int argc, char** argv) {
} else if (streq(argv[argi], "--prepipe")) {
check_arg_count(argv, argi, argc, 2);
popts->prepipe = argv[argi+1];
popts->use_mmap_for_read = FALSE;
argi++;
} else {

View file

@ -18,6 +18,7 @@ TOP OF LIST
- doc why not libs
- consider popen output, but probably just suggest pipe.
- UT join w/ mixed left/right compressed/not
- mlr -h, mld section, etc.
* more perf tuning:
- strict power-of-two malloc/strdups thruout?!? profile.