mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
mlr repeat iterate
This commit is contained in:
parent
b7710f00c4
commit
23a6db59e4
2 changed files with 15 additions and 4 deletions
15
doc/mlr.1
15
doc/mlr.1
|
|
@ -145,8 +145,8 @@ output separator to the given value.
|
|||
.nf
|
||||
bar bootstrap cat check count-distinct cut decimate filter grep group-by
|
||||
group-like having-fields head histogram join label merge-fields nest put
|
||||
regularize rename reorder reshape sample shuffle sec2gmt sort stats1 stats2
|
||||
step tac tail top uniq
|
||||
regularize rename reorder repeat reshape sample shuffle sec2gmt sort stats1
|
||||
stats2 step tac tail top uniq
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
@ -848,6 +848,17 @@ mlr reorder -e -f a,b sends input record "d=4,b=2,a=1,c=3" to "d=4,c=3,a=1,b=2".
|
|||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "repeat"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
.\}
|
||||
.nf
|
||||
Usage: mlr repeat [options]
|
||||
-f {field name} xxx put my description here please
|
||||
xxx describe me please.
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "reshape"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
|
|
|
|||
|
|
@ -367,8 +367,8 @@ Help options:
|
|||
Verbs:
|
||||
bar bootstrap cat check count-distinct cut decimate filter grep group-by
|
||||
group-like having-fields head histogram join label merge-fields nest put
|
||||
regularize rename reorder reshape sample shuffle sec2gmt sort stats1 stats2
|
||||
step tac tail top uniq
|
||||
regularize rename reorder repeat reshape sample shuffle sec2gmt sort stats1
|
||||
stats2 step tac tail top uniq
|
||||
|
||||
Functions for the filter and put verbs:
|
||||
+ + - - * / // % ** | ^ & ~ << >> == != =~ !=~ > >= < <= && || ^^ ! ? :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue