mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
4 lines
174 B
Bash
Executable file
4 lines
174 B
Bash
Executable file
#!/bin/sh
|
|
mlr --opprint "$@" stats1 -a mean,sum,count,min,max -f i,x,y -g a,b ../data/medium
|
|
echo
|
|
mlr --opprint "$@" stats1 -a mean,sum,count,min,max -f i,x,y ../data/medium
|