mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
zcat iterate
This commit is contained in:
parent
9a47e065bd
commit
8d45f170ce
2 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue