mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
doc iterate
This commit is contained in:
parent
6961dc9bbc
commit
2e2da026ef
4 changed files with 7 additions and 5 deletions
|
|
@ -468,7 +468,8 @@ static void main_usage_other_options(FILE* o, char* argv0) {
|
|||
fprintf(o, " \"%s cat a.dat b.dat\".\n", argv0);
|
||||
fprintf(o, " -n Process no input files, nor standard input either. Useful\n");
|
||||
fprintf(o, " for %s put with begin/end statements only. (Same as --from\n", argv0);
|
||||
fprintf(o, " /dev/null.)\n");
|
||||
fprintf(o, " /dev/null.) Also useful in \"%s -n put -v '...'\" for\n", argv0);
|
||||
fprintf(o, " analyzing abstract syntax trees (if that's your thing).\n");
|
||||
}
|
||||
|
||||
static void main_usage_then_chaining(FILE* o, char* argv0) {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ BUGFIXES
|
|||
================================================================
|
||||
TOP OF LIST:
|
||||
|
||||
! poki syntax for #-links
|
||||
? poki syntax for #-links
|
||||
* re-do valgrinds before release
|
||||
* jb.csv task re cookbook link
|
||||
|
||||
|
|
@ -19,7 +19,6 @@ FAQ:
|
|||
* no triple-for with boundvars, but oosvars & while-loops
|
||||
|
||||
MLD:
|
||||
* -n can be used as syntax-checker flag for DSLs. and/or for dataless ops all in begin{}.
|
||||
* readme note re head dev: announced features ok if build passing (and it is); unannounced features may change
|
||||
|
||||
GEN DOC:
|
||||
|
|
|
|||
|
|
@ -335,7 +335,8 @@ Please use "mlr --help-all-keywords" or "mlr -k" for help on all keywords.
|
|||
"mlr cat a.dat b.dat".
|
||||
-n Process no input files, nor standard input either. Useful
|
||||
for mlr put with begin/end statements only. (Same as --from
|
||||
/dev/null.)
|
||||
/dev/null.) Also useful in "mlr -n put -v '...'" for
|
||||
analyzing abstract syntax trees (if that's your thing).
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
|
|||
|
|
@ -527,7 +527,8 @@ Other options:
|
|||
"mlr cat a.dat b.dat".
|
||||
-n Process no input files, nor standard input either. Useful
|
||||
for mlr put with begin/end statements only. (Same as --from
|
||||
/dev/null.)
|
||||
/dev/null.) Also useful in "mlr -n put -v '...'" for
|
||||
analyzing abstract syntax trees (if that's your thing).
|
||||
|
||||
Then-chaining:
|
||||
Output of one verb may be chained as input to another using "then", e.g.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue