mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 01:15:21 +00:00
5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
mlr --from log.txt --opprint \
|
|
filter 'is_present($batch_size)' \
|
|
then step -a delta -f time,num_filtered \
|
|
then sec2gmt time
|
|
|