mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
4 lines
132 B
Bash
4 lines
132 B
Bash
mlr --from log.txt --opprint \
|
|
filter 'is_present($batch_size)' \
|
|
then step -a delta -f time,num_filtered \
|
|
then sec2gmt time
|