mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-30 19:21:39 +00:00
accept-case $cases/*seqgen*
This commit is contained in:
parent
ab45e75ae1
commit
655dffdc4b
2 changed files with 0 additions and 4 deletions
|
|
@ -5,4 +5,3 @@ run_mlr seqgen --start 5 --stop 1 --step 1 -f b
|
|||
run_mlr seqgen --start 5 --stop 1 --step -1 -f c
|
||||
run_mlr seqgen --start 5 --stop 5 --step -1 -f d
|
||||
run_mlr --from $indir/abixy cat then seqgen --start 1 --stop 5
|
||||
run_mlr --from $indir/abixy cat then seqgen --start 1 --stop 100 then stats1 -a count,sum,min,p50,max -f i
|
||||
|
|
|
|||
|
|
@ -33,6 +33,3 @@ i=3
|
|||
i=4
|
||||
i=5
|
||||
|
||||
mlr --from ./reg-test/input/abixy cat then seqgen --start 1 --stop 100 then stats1 -a count,sum,min,p50,max -f i
|
||||
i_count=100,i_sum=5050,i_min=1,i_p50=51,i_max=100
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue